mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-08 12:23:54 -05:00
9 lines
129 B
HTML
9 lines
129 B
HTML
{% macro page_header(
|
|
h1,
|
|
size='large'
|
|
) %}
|
|
|
|
<h1 class="heading-{{ size }}" id="page-header">{{ h1 }}</h1>
|
|
|
|
{% endmacro %}
|