module Benl_templates:sig
..end
val template : Template.t option Stdlib.ref
val path : string
val (//) : string -> string -> string
val register_template : Template.t -> unit
val template_not_found : string -> 'a
val load_template : string -> unit
val get_registered_template : unit -> Template.t