default.txt 134 B

123456
  1. <div class="entry">
  2. {{!-- only show if author exists --}}
  3. {{#if author}}
  4. <h1>{{firstName}} {{lastName}}</h1>
  5. {{/if}}
  6. </div>