handlebar partiel pour texte d'ambiance
This commit is contained in:
14
templates/chat-poesie.html
Normal file
14
templates/chat-poesie.html
Normal 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}}
|
||||
Reference in New Issue
Block a user