{%extend base%} {{title}}My Title{{/title}} {{names}} {%each name in names%} My friend, {{name.first}} of house {{name.last}} is kind of annoying, but his kids: {%each kid in name.kids%} {{kid.first}} is kind of a {%filter kid|randomInsult%} {%endeach%} {%endeach%} {{/names}} {%if something%} {%endif%} {%if not something%} {%endif%} {%if something=else%} {%endif%} {%if not something=else|isBool%} {%endif%} {%-- notneeded%} {{someprop}}this is not going to replace{{/someprop}} {%notneeded --%} {%-- this is a really bad comment --%} {{myhtml}}this is html{{/myhtml}} {{myhtml|unsafe}}this is html{{/myhtml}}