{% load static %} {% block title %}{% endblock %} {# :: common styles and head :: #} {% include 'account/partial/_head.html' %} {# :: custom style for individual application ::#} {% block custom_styles %}{% endblock %}
{# :: base container :: #} {% block container %}{% endblock %}
{# :: commons scripts and footer :: #} {% include 'account/partial/_footer.html' %} {# :: custom scripts for individual applications :: #} {% block custom_scripts %}{% endblock %}