Files
java-tutorials/libraries-2/src/test/resources/handlebars/if_mustache.html
T

5 lines
84 B
HTML

{{#if busy}}
<h4>{{name}} is busy.</h4>
{{^}}
<h4>{{name}} is not busy.</h4>
{{/if}}