Files
notifications-admin/app/templates/components/page-header.html

9 lines
129 B
HTML
Raw Normal View History

{% macro page_header(
h1,
size='large'
) %}
<h1 class="heading-{{ size }}" id="page-header">{{ h1 }}</h1>
{% endmacro %}