Files
receptty.org/templates/search.html
2021-02-03 22:27:09 +01:00

10 lines
128 B
HTML

{% extends "page.html" %}
{% block content %}
<main>
<section class="list">
list
</section>
</main>
{% endblock content %}