From 585ce5b679406ffe8644b23e3a267d7af8e3a5de Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 23 Sep 2010 22:09:36 +0200 Subject: initial import --- views/index.tt | 8 ++++++++ views/layouts/main.tt | 32 ++++++++++++++++++++++++++++++++ views/project/index.tt | 24 ++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 views/index.tt create mode 100644 views/layouts/main.tt create mode 100644 views/project/index.tt (limited to 'views') diff --git a/views/index.tt b/views/index.tt new file mode 100644 index 0000000..7b44ac5 --- /dev/null +++ b/views/index.tt @@ -0,0 +1,8 @@ +

Projects

+ + + diff --git a/views/layouts/main.tt b/views/layouts/main.tt new file mode 100644 index 0000000..bad65ab --- /dev/null +++ b/views/layouts/main.tt @@ -0,0 +1,32 @@ + + + + jitterbug + + + + + + +

jitterbug

+
+ <: $content :> +
+ + + diff --git a/views/project/index.tt b/views/project/index.tt new file mode 100644 index 0000000..813907b --- /dev/null +++ b/views/project/index.tt @@ -0,0 +1,24 @@ +

<: $project :>

+ + + +

Builds

+ + + +
+
-- cgit 1.4.1