{% 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 %} {% if loop.length >= 5 %} {% if loop.index == 6 %}

Your stack is getting a little big. Proceed.



{% endif %} {% endif %}
  • {{book.title}}
  • {%if light%} {%else%} {%endif%}
    {% endfor %}



    {%if light%} {%else%}

    Add some more books

    Edit title and/or description

    Remove stack

    {%endif%}

    Go back to the other stacks

    {% endblock %}