Files
2026-moving-helper/app/templates/boxes.html
T
2026-04-19 12:13:07 +02:00

8 lines
145 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Boxes page</h1>
<p>This is the minimal starter page for the boxes module.</p>
{% endblock %}