Usando block para criar blocos de posts e home
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{% extends 'global/base.html' %}
|
||||
|
||||
{% block texto %} {{ text }} {% endblock texto %}
|
||||
|
||||
{% block posts %}
|
||||
{% include 'global/partials/postblock.html' %}
|
||||
{% endblock posts %}
|
||||
|
||||
Reference in New Issue
Block a user