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