(* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. * $Id: cocanwiki_template.mli,v 1.1 2004/09/08 15:46:52 rich Exp $ *) (** Get template from filename, with no host-specific substitutions. *) val _get_template : string -> Template.template (** Get template from filename, with host-specific substitutions. *) val get_template : Dbi.connection -> int -> string -> Template.template