Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bewype/flask/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'bewype/flask/templates/layout.html')
-rw-r--r--bewype/flask/templates/layout.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/bewype/flask/templates/layout.html b/bewype/flask/templates/layout.html
new file mode 100644
index 0000000..a00af4d
--- /dev/null
+++ b/bewype/flask/templates/layout.html
@@ -0,0 +1,13 @@
+<!doctype html>
+{% from "_helpers.html" import link_to %}
+{% from "_helpers.html" import options %}
+{% from "_helpers.html" import options_ajax %}
+<head>
+ <title>{{ title }}</title>
+ <script src='/static/js/jquery.js' }}" type="text/javascript"></script>
+ {% block head %}{% endblock %}
+</head>
+
+<body>
+ {% block content %}{% endblock %}
+</body>