mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
4 lines
79 B
HTML
4 lines
79 B
HTML
|
|
{% macro banner(body) %}
|
||
|
|
<div class='banner'>{{ body }}</div>
|
||
|
|
{% endmacro %}
|