moostache 0.6.0

Mustache template engine
Documentation
1
2
3
<h1>{{title}}</h1>
{{#posts}}{{>post}}{{/posts}}
{{^posts}}<span>No posts ;(</span>{{/posts}}