{% extends 'base.html' %} {% block main %}
Chosen book:

{{ book.title }}

These are all the stacks that have been built so far.

{% from "_formhelpers.html" import render_field %}
{% endblock %}