mewgenics_heredity/frontend/templates/cat_list_data.html.j2
2026-02-24 22:14:36 +01:00

5 lines
79 B
Django/Jinja

{% for cat in cat_list %}
{% include "templates/cat.html.j2" %}
{% endfor %}