{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}User interactions{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
User interactions
{{ user_interactions | safe}}
{% endblock %} {% block scripts %} {% endblock %}