-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpager.mli
More file actions
12 lines (11 loc) · 778 Bytes
/
pager.mli
File metadata and controls
12 lines (11 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
(* ************************************************************************** *)
(* Project: Karaokanime *)
(* Description: Pager module. Tools to create Ocsigen pages. *)
(* Author: db0 (db0company@gmail.com, http://db0.fr/) *)
(* Latest Version is on GitHub: https://github.com/db0company/Karaokanime *)
(* ************************************************************************** *)
(* Return a page correctly formatted with header and footer *)
(* containing the given body *)
val create :
[< Html5_types.body_content_fun > `Div ] Eliom_content.Html5.D.elt list ->
[> `Html ] Eliom_content.Html5.D.elt