{%- extends 'base.tpl' -%} {% from 'mathjax.tpl' import mathjax %} {% block html_head_css %} {% if resources.theme == 'dark' %} {% else %} {% endif %} {% for css in resources.inlining.css %} {% endfor %} {{ super() }} {{ mathjax() }} {% endblock html_head_css %} {% block body %} {% if resources.theme == 'dark' %}
{% else %} {% endif %}