{% load cms_tags staticfiles sekizai_tags cache i18n meta %} {# SEE: https://github.com/nephila/django-meta/blob/1.7.0/docs/rendering.rst #} {# Debugging Support. #} {% include "debug_js.html" with settings=settings %} {# Google Analytics. #} {% include 'analytics.html' %} {% block title %} This is my new project home page {% endblock title %} {% block meta %} {# FAQ: Conditional includes are intentionally verbose #} {# SEE: https://confluence.tacc.utexas.edu/x/QwI9Cw #} {% with path="djangocms_page_meta.html" %}{% include path %}{% endwith %} {% endblock meta %} {# The core site font (can be replaced or accompanied by custom font/s) #} {% block assets_font %} {% include 'assets_font.html' %} {% endblock assets_font %} {# The core site assets (can NOT be replaced by custom assets) #} {% include 'assets_site.html' %} {# Placeholder for custom assets #} {% block assets_custom %} {% include 'assets_custom.html' %} {% endblock assets_custom %} {% render_block "css" %} {% cms_toolbar %}
{% include "header.html" %}
{% block content %} {# To allow extra Container in page structure by hiding extra padding #} {# To wrap breadcrumbs in Container without relying on CMS editor #}
{% include "nav_cms_breadcrumbs.html" %} {% placeholder "content" %}
{% endblock content %}
{% include 'assets_site_delayed.html' %} {% block assets_custom_delayed %} {% include 'assets_custom_delayed.html' %} {% endblock assets_custom_delayed %} {% render_block "js" %}