handles

Types

pub type Template {
  Template(ast: List(parser.AST))
}

Constructors

  • Template(ast: List(parser.AST))

Functions

pub fn prepare(
  template: String,
) -> Result(Template, TokenizerError)
pub fn run(
  template: Template,
  ctx: Value,
) -> Result(String, RuntimeError)
Search Document