From 689ea1ee3568621bf51e69112b024c4db042077a Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 19 Jun 2010 18:22:28 +0000 Subject: added mobile middleware and templates --- templates/mobile/archives/homepage.html | 1 + templates/mobile/base.html | 89 +++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 templates/mobile/archives/homepage.html create mode 100644 templates/mobile/base.html (limited to 'templates') diff --git a/templates/mobile/archives/homepage.html b/templates/mobile/archives/homepage.html new file mode 100644 index 0000000..63913c1 --- /dev/null +++ b/templates/mobile/archives/homepage.html @@ -0,0 +1 @@ +{% extends "base.html" %} \ No newline at end of file diff --git a/templates/mobile/base.html b/templates/mobile/base.html new file mode 100644 index 0000000..f9c383b --- /dev/null +++ b/templates/mobile/base.html @@ -0,0 +1,89 @@ + + + + {% block pagetitle %}Luxagraf Mobile - Topografical Writings{% endblock %} + + + + + + + + {%block stylesheet%}{%endblock%} + + + + + + + + + + + + + +{%block extrahead%}{%endblock%} + + + +
+
+ +

Luxagraf

+

{a travelogue}

+
+ +
+ + {% block primary %} +
+ +
+ {% endblock %} + {% block extrabody %} {% endblock %} + +
+ + {% block js %}{% endblock%} + + \ No newline at end of file -- cgit v1.2.3-70-g09d2