Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 501 Bytes

poustache

A mustache compiler + template manager for Scala, based on parboiled2

Usage

val mustacheService = new MustacheRenderService(templatesRootDirectory, true) mustacheService.template("pooh!").render("a" -> true, "b" -> "gruik")

Not supported yet :

  • dotted names
  • lambdas

Known bugs

  • It does not really get standalone lines
  • Nested objects in context are not looked up

Build Status