{% extends "base.html" %} {% block steptitle %}Step 1: Pick a programming language{% endblock %} {% block stepbody %} This tool will get you started with a working sample. Start by picking the programming language you want to work in: {% for item in languages %} {% endfor %}
{{ item.description }}
{% endblock %}