forked from orbit-oss/flask
Add closing html tag
This commit is contained in:
parent
bfeee75696
commit
a92588f161
1 changed files with 9 additions and 8 deletions
|
|
@ -36,6 +36,7 @@ document that you might use for a simple two-column page. It's the job of
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
In this example, the ``{% block %}`` tags define four blocks that child templates
|
In this example, the ``{% block %}`` tags define four blocks that child templates
|
||||||
can fill in. All the `block` tag does is tell the template engine that a
|
can fill in. All the `block` tag does is tell the template engine that a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue