Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/handlebars/default.txt

7 lines
134 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
<div class="entry">
{{!-- only show if author exists --}}
{{#if author}}
<h1>{{firstName}} {{lastName}}</h1>
{{/if}}
</div>