{% if get_flashed_messages() %} {% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% endif %}
Add comments
{% block content%}
potato
{% endblock content%} {% for comment in comments %}
{{ comment.name }}: {{ comment.text }}
{% endfor %}