{% load static %} {% block title %}{% endblock %} {# :: common styles and head :: #} {% include 'commons/partial/_head.html' %} {# :: base_custom_styles :: Don't ovewrite this block in local applications! #} {% block base_custom_styles %}{% endblock %} {# :: custom style for individual application ::#} {% block custom_styles %}{% endblock %}
{# :: base container :: #} {% block base_container %}{% endblock %}
{# :: commons scripts and footer :: #} {% include 'commons/partial/_footer.html' %} {# :: custom scripts for base aplications :: #} {% block base_custom_scripts %}{% endblock %} {# :: custom scripts for individual applications :: #} {% block custom_scripts %}{% endblock %}