{% block extra_style %}{% endblock %}
{% block title %}{% if title %}{{ title }}{% else %}{{ settings.SITE_TITLE }}{% endif %} | {{ settings.PROJECT_NAME }}{% endblock %}
{% if not settings.SITE_TITLE or not settings.PROJECT_NAME %}
Please add the variables SITE_TITLE and PROJECT_NAME to your settings.py and make
sure they are available via context processors.
{% endif %}
{% block content %}
Override {% verbatim %}{% block content %}{% endverbatim %}
to get some actual content.
{% endblock %}