Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bewype/flask/templates/layout.html
blob: a00af4dfd572704880a994ffa6fdeee9849f509f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>