Updated Large app how to (markdown)

jrampon 2012-07-16 17:36:38 -07:00
parent 2bc971fb14
commit 0ead931112

@ -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" />
{% endblock %}
{% block script %}
<script src="src="/static/js/main.js" type="text/javascript"></script>
<script src="/static/js/main.js" type="text/javascript"></script>
{% endblock %}
</head>
<body>
<div id="header>{% block header %}{% endblock %}</div>
<div id="header">{% block header %}{% endblock %}</div>
<div id="messages-wrap">
<div id="messages">
{% for category, msg in get_flashed_messages(with_categories=true) %}