Files
java-tutorials/libraries-2/src/test/resources/handlebars/if.html
T
matt.rossi 1076a9c8d9 Fix Format
2019-10-11 18:11:03 +02:00

5 lines
87 B
HTML

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