Usando block para criar blocos de posts e home

This commit is contained in:
Luiz Otávio
2023-04-25 08:35:45 -03:00
parent 71036bfd44
commit f7949c7030
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
{% extends 'global/base.html' %}
{% block texto %} {{ text }} {% endblock texto %}
{% block posts %}
{% include 'global/partials/postblock.html' %}
{% endblock posts %}