fix broken HTML markup
Close the opened <p> Tag.
This commit is contained in:
parent
d5e321b792
commit
133e75c286
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue