From 0d2b29fd9d932f909f46209d17963752379ea545 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 26 Jan 2011 14:56:23 -0600 Subject: initial sketch --- root/templates/edit.tt | 12 ++++++++++++ root/templates/page.tt | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 root/templates/edit.tt create mode 100644 root/templates/page.tt (limited to 'root') diff --git a/root/templates/edit.tt b/root/templates/edit.tt new file mode 100644 index 0000000..2b8f37e --- /dev/null +++ b/root/templates/edit.tt @@ -0,0 +1,12 @@ + + +

[% page %]

+

View

+

+

+ + +
+

+ + diff --git a/root/templates/page.tt b/root/templates/page.tt new file mode 100644 index 0000000..43b111f --- /dev/null +++ b/root/templates/page.tt @@ -0,0 +1,9 @@ + + +

[% page %]

+

Edit

+

+[% text %] +

+ + -- cgit v1.2.3-54-g00ecf