Use hbs extension
This commit is contained in:
8
templates/partial-description-overflow.hbs
Normal file
8
templates/partial-description-overflow.hbs
Normal file
@ -0,0 +1,8 @@
|
||||
{{#if (or description reference)}}
|
||||
<div class="poesie-extrait poesie-overflow">
|
||||
{{{description}}}
|
||||
{{#if reference}}
|
||||
<p class="poesie-reference">{{reference}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
Reference in New Issue
Block a user