<{% if header_level %}{{ header_level }}{% else %}h3{% endif %} class="temporary-message-heading{% if main %}-main{% endif %}"> {{ heading }} {%- for message in messages %}

{{ message }}

{%- endfor %} {% if link %} {{ link.label }} {% endif %} {% if button %} {% with advice = true, temporary_message = true, type = button.type, label = button.label %} {% include "toolkit/button.html" %} {% endwith %} {% endif %}