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

6 lines
143 B
HTML
Raw Normal View History

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