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

10 lines
301 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06: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>