view odfcast/templates/base.html @ 73:02efda1f6919

issue5117: service for checking a pdf for merging readiness added.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 06 Mar 2015 14:56:26 +0100
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)