{% macro default(level, header, icon, subheader) %}
{% if icon %}
{{ ux_icon(icon, {'class': 'icon icon-md text-primary'}) }}
{% endif %}
{{ header }} {% if subheader %}
{{ subheader }}
{% endif %}
{% endmacro %} {% macro h1(header, icon, subheader) %} {{ _self.default(1, header, icon, subheader) }} {% endmacro %}