Files
2021-04-07 19:25:18 -04:00

10 lines
301 B
Plaintext
Vendored

<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>