2020-08-30 14:26:50 +02:00
|
|
|
<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}}
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <h1>Struct example</h1>
|
|
|
|
{{#with myStruct}}
|
|
|
|
{{ this }}
|
|
|
|
OR
|
|
|
|
{{ FieldMame }}
|
|
|
|
{{/with}} -->
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
2022-03-18 21:25:22 +01:00
|
|
|
<strong>Read more at: <a href="https://github.com/mailgun/raymond" target="_new">
|
|
|
|
https://github.com/mailgun/raymond</a> and <a href="https://handlebarsjs.com/guide" target="_new">
|
2020-08-30 14:26:50 +02:00
|
|
|
https://handlebarsjs.com/guide
|
|
|
|
</a>
|
|
|
|
</strong>
|
|
|
|
</div>
|