{# Reusable UI macros for Tutortool templates. Usage: {% from "macros/ui.html" import flash_messages, styled_field, text_input %} #} {# Renders all flashed messages with colour-coded styling. #} {% macro flash_messages() %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{{ error }}
{% endfor %}