bracket 0.11.0

Fast and correct handlebars-compatible template engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Whitespace Trim

This is a template that is used to check how whitespace trimming is handled.

Variable is: {{~foo~}}
    
And some more text afterwards.
    
{{# block}}
Some inner block text.
{{/block}}