Skip to content

mauhiz/poustache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mustache compiler for Scala, based on parboiled2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages