{{!-- only output this author names if an author exists --}} {{#if author}} {{#playwright-wrapper playwright=author action=(mut author) as |playwright|}}

{{playwright.firstName}} {{playwright.lastName}}

{{/playwright-wrapper}} {{/if}} {{yield}}