Files
flask-debugtoolbar/example/templates/index.html
2011-07-15 12:01:54 +02:00

10 lines
215 B
HTML

<html>
<head>
<title>Flask-debug-toolbar</title>
</head>
<body>
<h1>Flask-debug-toolbar</h1>
<a href="{{ url_for('.redirect_example') }}">Redirect example</a>
</body>
</html>