view odfcast/templates/base.html @ 101:779abdc03d67 tip

Added tag 1.6.0 for changeset bf1a998fff48
author Bernhard Herzog <bh@intevation.de>
date Tue, 26 Jun 2018 22:39:10 +0200
parents 5c3aba401382
children
line wrap: on
line source
<!doctype html>
<html>
    <head>
        <title>{% block title %}odfcast{% endblock %}</title>
        {% block css %}
        <link rel="stylesheet"
            href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
        {% endblock %}
    </head>
    <body>
        <div id="content" class="col-md-8">
            {% block content %}{% endblock %}
        </div>
    </body>
</html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)