mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
12 lines
219 B
Handlebars
12 lines
219 B
Handlebars
<div class="post">
|
|
<h1>By {{fullName author}}</h1>
|
|
<div class="body">{{body}}</div>
|
|
|
|
<h1>Comments</h1>
|
|
|
|
{{#each comments}}
|
|
<h2>By {{fullName author}}</h2>
|
|
<div class="body">{{body}}</div>
|
|
{{/each}}
|
|
</div>
|