pub type Argument = bbmustache.Argument
pub type MustacheTemplate = bbmustache.Template
pub fn compile(src: String) -> Template
pub fn render( template: Template, table: List(#(String, Argument)), ) -> String
pub fn string(arg: String) -> Argument