blob: 099d0911fa70e833eabd3e00ffa4e2d9ed0cc128 (
plain)
1
2
3
4
5
6
7
8
|
<div class="alert alert-info" role="alert">
<span class="fa fa-info-circle" aria-hidden="true"></span>
{% if message starts with "?!HTML::" %}
{{ message|slice(8)|raw }}
{% else %}
{{ message }}
{% endif %}
</div>
|