{% load cms_tags menu_tags sekizai_tags static %} {% comment 'README' %} This is the basic template that is used for all public-facing and non-public-facing pages. It is recommended not to use or to edit this template directly, but rather to extend this template as needed, or to use the included templates home.html and admin_home.html, which are children of this template. {% endcomment %} {# Using UTF-8 for non-breaking spaces and other stuff #} {# Viewport definition #} {# Fix for Windows Phones #} {% block title %}{% page_attribute "page_title" %}{% endblock %} {# Javascript Includes: Jquery and bootstrap go at the top to avoid issues with included scripts #} {% block extra_head %} {# Favicon #} {% block favicon %}{% endblock %} {# Meta tags for SEO #} {# Facebook Open Graph Tags #} {% endblock %} {% render_block "meta" %} {% block extra_meta %}{% endblock %} {# Bootstrap and Related Files #} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %} {% render_block "css" %} {% block extra_css %}{% endblock %} {% cms_toolbar %} {% block body %} {% block navbar %} {% show_menu 0 100 100 100 "cms/navbar.html" %} {% endblock %}
{% block main %} {# Default to a single column page #} {% block content %}
{% placeholder "content" %}
{% endblock %} {% block footer %}{% endblock %} {% endblock %}
{% endblock %}
{% render_block "js" %} {% block extra_js %}{% endblock %}