12 lines
228 B
HTML
12 lines
228 B
HTML
{% include 'global/partials/head.html' %}
|
|
{% include 'global/partials/menu.html' %}
|
|
|
|
<h1>{% block texto %}{% endblock texto %}</h1>
|
|
|
|
<main class="posts">
|
|
{% include 'global/partials/postblock.html' %}
|
|
</main>
|
|
|
|
</body>
|
|
</html>
|