{% extends "base.html" %} {% block steptitle %} Step 3: Pick the platform you are working on {% endblock %} {% block stepbody %} {% for item in platforms %} {% endfor %}
{{ item.description }}
{% endblock %}