handlebar partiel pour texte d'ambiance

This commit is contained in:
Vincent Vandemeulebrouck
2021-02-26 20:46:29 +01:00
parent 74a7b2c0ad
commit adecbef178
8 changed files with 21 additions and 91 deletions

View File

@@ -0,0 +1,14 @@
{{#if description}}
<hr>
<span class="poesie-extrait">
{{{description}}}
{{#if reference}}
<p class="poesie-reference">{{reference}}</p>
{{/if}}
</span>
{{else if reference}}
<hr>
<span class="poesie-extrait">
<p class="poesie-reference">{{reference}}</p>
</span>
{{/if}}