{% block content_title %} {% if content_title %}{{ content_title }}{% else %}{{ title }}{% endif %} {% endblock %}
{% endblock %} {% block header %}{% endblock %} {% block title_ruler %}{% endblock %}
{% if misc_config.meta_keywords %} {% endif %} {% if meta_description %} {% endif %} {# Chrome 39 for Android colour #} {% if og_image %} {% endif %} {% block og_title %}{% endblock %} {% if meta_description %} {% endif %} {% block meta %}{% endblock %} {% if not INLINE_FONTAWESOME %} {% endif %} {% compress css %} {% if PYGMENT_THEME %} {% endif %}{% if INLINE_FONTAWESOME %} {% endif %} {% endcompress %} {% if request.user.is_impersonate %} {% endif %} {% block media %}{% endblock %} {% if use_darkmode %} {% compress css %} {% endcompress %} {% endif %} {% if not INLINE_JQUERY %} {% endif %} {% compress js %} {% if INLINE_JQUERY %} {% endif %} {% include "extra_js.html" %} {% endcompress %} {% block js_media %}{% endblock %} {% if request.in_contest %} {% endif %} {% if request.user.is_authenticated %} {% else %} {% endif %} {% if misc_config.analytics %} {{ misc_config.analytics|safe }} {% endif %} {# Don't run userscript since it may be malicious #} {% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %} {% endif %} {% if request.profile.css_background %} {% endif %}
{% if request.in_contest %}