mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 13:47:45 +00:00
8 lines
No EOL
112 B
Smarty
8 lines
No EOL
112 B
Smarty
{% if alert.hasAlert %}
|
|
|
|
<div class="alert alert-{{ alert.colour }}">
|
|
{{ alert.message }}
|
|
</div>
|
|
|
|
|
|
{% endif %} |