{# templates/wizard/frame.html #} {% extends "base.html" %} {% block title %} Getting Started {% endblock title %} {% block main %}
{% include "wizard/steps.html" %}
{% endblock main %}