comparison templates/base.html @ 16:f4920ab1d27c

Add basic html interface for convert This allow testing the code via the browser
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 14:02:55 +0200
parents
children 75d5d18e7d52
comparison
equal deleted inserted replaced
15:d2fb4862adb8 16:f4920ab1d27c
1 <!doctype html>
2 <html>
3 <head>
4 <title>{% block title %}odfcast{% endblock %}</title>
5 </head>
6 <body>
7 <div id="content">
8 {% block content %}{% endblock %}
9 </div>
10 </body>
11 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)