{% extends "base.html" %} {% block steptitle %}Step 2: Pick the API you want to work with{% endblock %} {% block stepbody %} {% for item in directory %} {% endfor %}
{{ item.description }}
{% endblock %}