phantasmobile/app/templates/archive.html
2023-07-16 11:26:14 +05:30

7 lines
160 B
HTML

{% extends "base.html" %}
{% block content %}
{% for item in items %}
{% include "listitem.html" with item=item %}
{% endfor %}
{% endblock %}