{% macro default(header, icon, subheader) %}

{% if icon is not empty %} {{ icon }} {% endif %} {{ header }}

{% if subheader is not empty %}

{{ subheader|raw }}

{% endif %} {% endmacro %}