Close p tag in templateinheritance docs
This commit is contained in:
parent
73b9bacbf7
commit
0bad98adb6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue