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

{{ stack.stack_name }}

Stack description: {% for stack in stacks %} {{stack.stack_description}} {% endfor %}

Books in this stack: {% for book in stack.books %}

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



    {% endblock %}