Criando o partial postblock.html e usando include

This commit is contained in:
Luiz Otávio
2023-04-25 08:10:22 -03:00
parent 2a15354bc4
commit 71036bfd44
3 changed files with 32 additions and 1 deletions

View File

@@ -3,5 +3,9 @@
<h1>{% block texto %}{% endblock texto %}</h1>
<main class="posts">
{% include 'global/partials/postblock.html' %}
</main>
</body>
</html>