{% macro default(header, subheader) %}

{{ header }}

{% if subheader is not empty %}

{{ subheader|raw }}

{% endif %} {% endmacro %}