{% extends 'base.html' %} {% block title %} - Set {{ item.fields.name}} ({{ item.fields.set }}){% endblock %} {% block main %}
{% with solo=true %} {% include 'set/card.html' %} {% endwith %}
{% endblock %}