{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}{{ event.name }} Description{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
{{ event.problem.title }}
{{ event.title }}
{% block scripts %} {% endblock %} {% endblock %}