oswilno/crates/oswilno-parking-space/templates/parking-spaces/all.html
2023-08-03 16:16:46 +02:00

6 lines
97 B
HTML

{% extends "../base.html" %}
{% block body %}
{% include "./all-partial.html" %}
{% endblock %}