Updated Large app how to (markdown)
parent
2220a1f744
commit
7d48486bb6
1 changed files with 2 additions and 2 deletions
|
|
@ -327,8 +327,8 @@ Jinja is integrated within Flask. One of the great feature of Jinja is the inher
|
|||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div id="content>{% block content %}{% endblock%}</div>
|
||||
<div id="footer>{% block footer %}{% endblock%}</div>
|
||||
<div id="content">{% block content %}{% endblock%}</div>
|
||||
<div id="footer">{% block footer %}{% endblock%}</div>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue