forked from em/receptty.org
10 lines
128 B
HTML
10 lines
128 B
HTML
|
{% extends "page.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<main>
|
||
|
<section class="list">
|
||
|
list
|
||
|
</section>
|
||
|
</main>
|
||
|
{% endblock content %}
|