2
0
mirror of synced 2025-02-24 17:08:11 +00:00
blog/themes/embark/layout/partial/notification.swig
Jakub Sokołowski c7acd418c2
first commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:29:57 +02:00

6 lines
148 B
Plaintext

<div class="c-notification {% if type %}c-notification--{{type}}{% endif %}">
<p><strong>{{title}}</strong></p>
<p>{{text | safe}}</p>
</div>