{% load staticfiles compress i18n %} {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %} {# Global stylesheets #} {% block extra_css %} {% endblock %} {# Javascript that needs to be called from head e.g. google analytics snippet and bootstrap shivs #} {% block content %}{% endblock %} {# Footer content #} {% include "footer.html" %} {# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}