{% if header_icon %}
{% endif %}

{{ header_title }}

{% if header_subtitle %}

{{ header_subtitle }}

{% endif %}
{% if header_actions %}
{% for action in header_actions %} {% if action['type'] == 'button' %} {% if action.get('onclick') %} {% else %} {% if action['icon'] %}{% endif %} {{ action['text'] }} {% endif %} {% elif action['type'] == 'dropdown' %}
{% for item in action['items'] %} {% if item['icon'] %}{% endif %} {{ item['text'] }} {% endfor %}
{% endif %} {% endfor %}
{% endif %}