From d8119f648e63a4728433e67e79d2a99296a8c2c1 Mon Sep 17 00:00:00 2001 From: godofdream Date: Thu, 16 Aug 2012 17:48:39 +0200 Subject: Added Mobile WebIf, some Layouting --- module/web/templates/default/app.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 module/web/templates/default/app.html (limited to 'module/web/templates/default/app.html') diff --git a/module/web/templates/default/app.html b/module/web/templates/default/app.html new file mode 100644 index 000000000..306f4b8bf --- /dev/null +++ b/module/web/templates/default/app.html @@ -0,0 +1,19 @@ + + + + + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} + + + + + + {% block head %} + {% endblock %} + + + {% block content %} + {% endblock content %} + + \ No newline at end of file -- cgit v1.2.3