{% macro render_flashes(class) %} {% with msgs = get_flashed_messages(category_filter=[class]) %} {% for msg in msgs %} {% if class == 'error'%}