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

10 lines
301 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
<div class="entry">
{{!-- only output this author names if an author exists --}}
{{#if author}}
{{#playwright-wrapper playwright=author action=(mut author) as |playwright|}}
<h1>{{playwright.firstName}} {{playwright.lastName}}</h1>
{{/playwright-wrapper}}
{{/if}}
{{yield}}
</div>