Close p tag in templateinheritance docs

This commit is contained in:
Daniel Compton 2022-09-02 13:32:29 +12:00 committed by GitHub
parent 73b9bacbf7
commit 0bad98adb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ A child template might look like this:
<h1>Index</h1>
<p class="important">
Welcome on my awesome homepage.
</p>
{% endblock %}
The ``{% extends %}`` tag is the key here. It tells the template engine that