EngageSoftware / elm-mustache / Mustache

Rendering mustache templates


type Node
    = Variable String String
    | Section String Basics.Bool

Represent mustache variables

render : List Node -> String -> String

Render a template using a list of variables