{% load static %} {% block title %} {{page_title}} {% endblock %} {% block title_suffix %} {% with self.get_site.site_name as site_name %} {% if site_name %}- {{ site_name }}{% endif %} {% endwith %} {% endblock %} {# Global stylesheets #}
{% block content %} {% endblock %} {# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}