Module stache

October 22, 2014 ยท View on GitHub

  • Description
  • Function Index
  • Function Details

Mustache template renderer.

Function Index

render/2Render a template using the supplied variables.

Function Details

render/2


render(Template::binary(), Vars::term()) -> iolist()

Render a template using the supplied variables.

Contents

  1. 1Function Index
  2. 2Function Details
  3. 2.1render/2