{% extends "base.html" %} {% block title_row %}{% endblock %} {% block title_ruler %}{% endblock %} {% block media %} {% include "blog/media-css.html" %} {% endblock %} {% block js_media %} {% endblock %} {% block body %} {% block before_posts %}{% endblock %}
{% if request.in_contest and request.participation.contest.use_clarifications %} {% endif %} {% if current_contests %} {% endif %} {% if future_contests %} {% endif %} {% if own_open_tickets %} {% endif %} {% if open_tickets %} {% endif %}
{% block after_posts %}{% endblock %} {% endblock %} {% block bodyend %} {{ super() }} {% if REQUIRE_JAX %} {% include "mathjax-load.html" %} {% endif %} {% include "comments/math.html" %} {% endblock %}