pub type Template { Template(ast: List(parser.AST)) }
Template(ast: List(parser.AST))
pub fn prepare( template: String, ) -> Result(Template, TokenizerError)
pub fn run( template: Template, ctx: Value, ) -> Result(String, RuntimeError)