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

{{ stack.stack_name }}

{{ stack.stack_description }}

Created by: {% if stack.stack_author == None %} anon

{% else %} {{ stack.stack_author }} {% endif %}

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 %}