Stog library reference documentation : Stog_blocks

Module Stog_blocks

module Stog_blocks: sig .. end
The "blocks" predefined module.

module Smap: Map.S  with type key = string
type block 
val mk_block : id:string ->
?label:Xtmpl.tree list ->
?clas:string ->
title:Xtmpl.tree list ->
?counter:string ->
short_fmt:Xtmpl.tree list ->
long_fmt:Xtmpl.tree list -> Xtmpl.tree list -> block
val node_of_block : block -> Xtmpl.tree
val module_name : string
val make_module : ?levels:(string * int list) list -> unit -> (module Stog_engine.Module)