mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 05:37:47 +00:00
8 lines
112 B
Smarty
8 lines
112 B
Smarty
![]() |
{% if alert.hasAlert %}
|
||
|
|
||
|
<div class="alert alert-{{ alert.colour }}">
|
||
|
{{ alert.message }}
|
||
|
</div>
|
||
|
|
||
|
|
||
|
{% endif %}
|