{% macro banner(body, type=None, with_tick=False, delete_button=None, subhead=None, context=None) %}
{% if subhead -%}

{{ subhead }}

{%- endif -%} {{ body }} {% if context %}

{{ context }}

{% endif %} {% if delete_button %}
{% endif %}
{% endmacro %} {% macro banner_wrapper(type=None, with_tick=False, delete_button=None, subhead=None) %} {{ banner(caller()|safe, type=type, with_tick=with_tick, delete_button=delete_button, subhead=subhead) }} {% endmacro %}