diff --git a/docs/development/custom/framework/templates.md b/docs/development/custom/framework/templates.md index bcbe19a2..51a5861d 100644 --- a/docs/development/custom/framework/templates.md +++ b/docs/development/custom/framework/templates.md @@ -38,7 +38,8 @@ To use it, you can use the following code in your template: {% block content %}
{% 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 %}

My page content