{% comment %} In the same way: static images should go into mtp/apps/style/static/style/img and be called from {{ STATIC_URL }}style/img javascripts should go into mtp/apps/style/static/style/js and be called from {{ STATIC_URL }}style/js Also, images referenced in stylesheets should use a relative path such as ../img/toto.png {% endcomment %}
{% include 'style/_header.html' %}This text comes from the style/_base.html template.
{% block 'main' %}{% endblock %} {% include 'style/_footer.html' %}