Use hbs extension
This commit is contained in:
13
templates/post-item.hbs
Normal file
13
templates/post-item.hbs
Normal file
@ -0,0 +1,13 @@
|
||||
<div class="post-item">
|
||||
<h3><b>{{name}}</b></h3>
|
||||
{{#if img}}
|
||||
<img class="chat-icon" src="{{img}}" data-tooltip="{{name}}" />
|
||||
{{/if}}
|
||||
|
||||
<p class="card-content">{{{system.description}}}</p>
|
||||
<p>
|
||||
{{#each properties as |property p|}}
|
||||
<span>{{{property}}}</span><br>
|
||||
{{/each}}
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user