{% load static %} {% block title %}{% endblock %} {# :: common styles and head :: #} {% include 'themes/elipse/partial/_head.html' %} {# :: custom style for individual application ::#} {% block custom_styles %}{% endblock %}
{% block page-title %}{% endblock %}
{% include 'themes/elipse/partial/_build_info.html' %}
{% include 'commons/components/messages.html' %}
{% block container %}{% endblock %}
{% include 'themes/elipse/partial/_footer.html' %} {#append scrits on base templates#} {% block custom_scripts %}{% endblock %} {#append scrits on app templates#} {% block custom_app_scripts %}{% endblock %}