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

Blogposts tagged with "{{ title }}"

{% for collectible in collectibles %} {% include "partials/preview.html" %} {% endfor %} {% endblock %}