{% load static %} {% load i18n %} {% load django_ledger %}
{% if header_subtitle_icon %} {% icon header_subtitle_icon 48 %} {% endif %}

{{ header_title }}

{% if header_subtitle %}

{{ header_subtitle }}

{% endif %}
{% if header_buttons %}
{% block header_buttons %}{% endblock %}
{% endif %}