{% macro header(version, title) -%}
{%- endmacro %} {% macro errorMessage(title, id, icon, actions) -%}
{{ icon }} {{ title }} {{ caller() }}
{% if actions %}
{{actions}}
{% endif %}
{%- endmacro %}