description complete sur mouseover

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-22 19:08:37 +02:00
parent 3646fd2033
commit fb490f8ac8
9 changed files with 27 additions and 11 deletions

View 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}}