Usando block para criar blocos de posts e home
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
<h1>{% block texto %}{% endblock texto %}</h1>
|
||||
|
||||
<main class="posts">
|
||||
{% include 'global/partials/postblock.html' %}
|
||||
<main class="content">
|
||||
{% block posts %}{% endblock posts %}
|
||||
{% block home %}{% endblock home %}
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user