{% extends 'theme_base.html'|translate:lang %}
{% load exfiltry %}
{% load exsyntax %}
{% block botstrap_css %}
{% css_link 'themes/bootswatch/materia/bootstrap.min.css' %}
{% endblock %}
{% block ext_css_links %}
{% if standard_web_browser %}
{% css_link 'themes/wiki.css' %}
{% css_link 'vanillajs_plugins/pygments/manni.css' %}
{% endif %}
{{ block.super }}
{% endblock %}