6 lines
148 B
Plaintext
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>
|
|
|