presentations/highlight-js/test/detect/handlebars/default.txt

6 lines
134 B
Text

<div class="entry">
{{!-- only show if author exists --}}
{{#if author}}
<h1>{{firstName}} {{lastName}}</h1>
{{/if}}
</div>