{% extends 'base.html' %} {% block title %} - All minifigures{% endblock %} {% block main %}
{% with all=true %} {% include 'minifigure/table.html' %} {% endwith %}
{% endblock %}