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