{% extends "partials/base.html" %} {% block body %}

{{ title }}

{% for collection in collections_list %} {% if collection["name"] != "all" and collection["name"] != "featured" %}

#{{ collection["name"] }} {{ [collection["size"]] }}

{% endif %} {% endfor %} {% endblock %}