{% load testapp_examples %} {% comment %} The shell every demo page sits in: the stylesheet, a bar back to the index, and the banner naming whichever example you have landed in. Wizard templates override two blocks — `content` for the page itself, and `template_name` to declare their own path, because several examples exist only to prove which template got picked and the page is the only place that can say which one it is. {% endcomment %} {% block title %}django-gandalf examples{% endblock %} {% current_example as example %}
django-gandalf examples {% if example.group %}{{ example.group.title }}{% endif %}
{% if example.entry %} {% endif %}
{% if example.step %}

{{ example.step }}

{% endif %} {% block content %}{% endblock %}