2
0
mirror of synced 2025-02-25 01:18:23 +00:00
blog/themes/embark/layout/partial/notification.swig

6 lines
148 B
Plaintext
Raw Normal View History

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