mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[CHANGE] Docs updated with the missing subtitle attribute
This commit is contained in:
parent
a7cb6ee434
commit
2326522b29
@ -38,7 +38,8 @@ To use it, you can use the following code in your template:
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div>
|
<div>
|
||||||
{% translate "My Page Header" as page_header %}
|
{% translate "My Page Header" as page_header %}
|
||||||
{% include "framework/header/page-header.html" with title=page_header %}
|
{% translate "My Page Header Subtitle" as optional_subtitle %}
|
||||||
|
{% include "framework/header/page-header.html" with title=page_header subtitle=optional_subtitle %}
|
||||||
|
|
||||||
<p>My page content</p>
|
<p>My page content</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user