Updated Large app how to (markdown)
parent
2bc971fb14
commit
0ead931112
1 changed files with 2 additions and 2 deletions
|
|
@ -315,11 +315,11 @@ Jinja is integrated within Flask. One of the great feature of Jinja is the inher
|
||||||
<link rel="stylesheet" href="/static/css/main.css" />
|
<link rel="stylesheet" href="/static/css/main.css" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block script %}
|
{% block script %}
|
||||||
<script src="src="/static/js/main.js" type="text/javascript"></script>
|
<script src="/static/js/main.js" type="text/javascript"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header>{% block header %}{% endblock %}</div>
|
<div id="header">{% block header %}{% endblock %}</div>
|
||||||
<div id="messages-wrap">
|
<div id="messages-wrap">
|
||||||
<div id="messages">
|
<div id="messages">
|
||||||
{% for category, msg in get_flashed_messages(with_categories=true) %}
|
{% for category, msg in get_flashed_messages(with_categories=true) %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue