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

@@ -3,3 +3,7 @@
{% block texto %}
{{ text }}
{% endblock texto %}
{% block home %}
<h1>HOME</h1>
{% endblock home %}