{% extends 'base.html' %} {% block main %}

{{ stack.stack_name }}

{{ stack.stack_description }}

Books in this stack:

{% for book in stack.books %}

  • {{book.title}}
  • {% endfor %}



    Remove stack

    Edit title and/or description

    Go back to the other stacks

    {% endblock %}