{%- comment -%} {% if messages.alert.size > 0 %} {% unless message.alert contains "You need to log in or sign up before continuing." %}
{% for message in messages.alert %}
{{ message }}
{% endfor %}
{% endunless %} {% endif %} {%- endcomment -%} {% if messages.notice.size > 0 %}
{% for message in messages.notice %}
{{ message }}
{% endfor %}
{% endif %}