{% load insight_tags layout_tags %} {% if page_header_config.title %}

{{ page_header_config.title }}{% if page_header_config.chapter %} {{ page_header_config.chapter }}{% endif %}

{% endif %} {% if page_header_config.description %}
{% for paragraph in page_header_config.description %} {{ paragraph|markdownify }} {% endfor %}
{% endif %} {% if page_header_config.badges %} {% hbox gap="s" class="flex-wrap mt-4" %} {% for badge_config in page_header_config.badges %} {% badge config=badge_config %} {% endfor %} {% endhbox %} {% endif %} {% if page_header_config.buttons %} {% hbox gap="s" class="flex-wrap mt-4" %} {% for button_config in page_header_config.buttons %} {% button config=button_config %} {% endfor %} {% endhbox %} {% endif %}