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

9 lines
129 B
HTML
Raw Normal View History

2019-04-29 11:44:05 +01:00
{% macro page_header(
h1,
size='large'
2019-04-29 11:44:05 +01:00
) %}
<h1 class="heading-{{ size }}" id="page-header">{{ h1 }}</h1>
2019-04-29 11:44:05 +01:00
{% endmacro %}