7 lines
134 B
Text
7 lines
134 B
Text
|
<div class="entry">
|
||
|
{{!-- only show if author exists --}}
|
||
|
{{#if author}}
|
||
|
<h1>{{firstName}} {{lastName}}</h1>
|
||
|
{{/if}}
|
||
|
</div>
|