bundled/flask/examples/jqueryexample/templates/layout.html @ e5cc5cf29c7e
doc: TortoiseHG on Windows
author |
Christophe de Vienne <cdevienne@gmail.com> |
date |
Sat, 22 Nov 2014 16:05:35 +0100 |
parents |
f33efe14bff1 |
children |
(none) |
<!doctype html>
<title>jQuery Example</title>
<script type=text/javascript
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type=text/javascript>
var $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
</script>
{% block body %}{% endblock %}