{% extends 'base.html' %} {% block main %}
{{ stack.stack_description }}
Created by: {% if stack.stack_author == None %} anon
{% else %} {{ stack.stack_author }} {% endif %}{% for book in stack.books %} {% if loop.length >= 5 %} {% if loop.index == 6 %}
Your stack is getting a little too big. Are these next books really relevant?