l4u/bbmustache_js

Types

pub type Argument =
  bbmustache.Argument
pub type MustacheTemplate =
  bbmustache.Template

Functions

pub fn compile(src: String) -> Template
pub fn render(
  template: Template,
  table: List(#(String, Argument)),
) -> String
pub fn string(arg: String) -> Argument
Search Document