Files
notifications-admin/app/templates/components/banner.html
T

6 lines
189 B
HTML
Raw Normal View History

2016-01-22 10:57:49 +00:00
{% macro banner(body, type=None, with_tick=False) %}
<div class='banner{% if type %}-{{ type }}{% endif %}{% if with_tick %}-with-tick{% endif %}'>
{{ body }}
</div>
2015-12-17 14:05:35 +00:00
{% endmacro %}