forked from FrederikBaerentsen/BrickTracker
Massive rewrite
This commit is contained in:
11
templates/minifigures.html
Normal file
11
templates/minifigures.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user