forked from hero/www_hero_project
12 lines
211 B
HTML
12 lines
211 B
HTML
{% extends "_default/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<main class="lg:-mt-6">
|
|
{{ section.content | safe}}
|
|
<!-- <hr> -->
|
|
{% include "partials/page_list.html" %}
|
|
</main>
|
|
|
|
{% endblock content %}
|