forked from tfcoop/www_duniayetu
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 %}
|