mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[CHANGE] Wrap page header in header
element
This commit is contained in:
parent
055077fa77
commit
702def2a4d
@ -2,6 +2,7 @@
|
|||||||
{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#}
|
{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#}
|
||||||
|
|
||||||
{% if title %}
|
{% if title %}
|
||||||
|
<header class="aa-page-header">
|
||||||
<h1 class="page-header text-center mb-3">
|
<h1 class="page-header text-center mb-3">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
|
|
||||||
@ -10,4 +11,5 @@
|
|||||||
<small class="text-muted">{{ subtitle }}</small>
|
<small class="text-muted">{{ subtitle }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
|
</header>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user