Massive rewrite

This commit is contained in:
2025-01-17 11:03:00 +01:00
parent 31ddea734e
commit 6477be00b6
169 changed files with 8295 additions and 5775 deletions

View File

@@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block title %} - All minifigures{% endblock %}
{% block main %}
<div class="container-fluid px-0">
{% with all=true %}
{% include 'minifigure/table.html' %}
{% endwith %}
</div>
{% endblock %}