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

7 lines
134 B
Text
Raw Normal View History

2018-12-07 08:48:05 -06:00
<div class="entry">
{{!-- only show if author exists --}}
{{#if author}}
<h1>{{firstName}} {{lastName}}</h1>
{{/if}}
</div>