Closed manuel12 closed 1 year ago
Create a page that has the same html structure of templates/base.html.
templates/base.html
Make it sure it has a children section where base.html had a {% block content %} {% endblock content %} section.
children
{% block content %} {% endblock content %}
Closing as finished.
Create a page that has the same html structure of
templates/base.html
.Make it sure it has a
children
section where base.html had a{% block content %} {% endblock content %}
section.