fix broken HTML markup

Close the opened <p> Tag.
This commit is contained in:
Daniel Siepmann 2024-03-25 18:30:50 +01:00 committed by GitHub
parent d5e321b792
commit 133e75c286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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