{% block extrahead %}{% endblock %}

Sample Django application with twod.wsgi

{% if user.is_authenticated %} Hi, {{ user.username }}. Thanks for logging in. Log out?

{% else %} Hi, anonymous. Log in? {% endif %} Visit Trac!

{% block content %}{% endblock %}

Copyright 2010, Gustavo Narea.