{% load static %} {{title}} {% include 'includes/css-o.html' %} {% include 'includes/css-m.html' %} {% block css %} {% endblock css %} {% include 'includes/navbar.html' %} {% include 'includes/plugin.html' %}
{% block content %}
{% endblock content %}
{% include 'includes/modal.html' %} {% include 'includes/o.html' %} {% include 'includes/m.html' %}
{% include 'includes/js-o.html' %} {% include 'includes/js-m.html' %}