From af1f4677c685e8a2c4967ffa0350d314a6543db7 Mon Sep 17 00:00:00 2001
From: Horus3
Date: Thu, 5 Feb 2015 02:55:30 +0100
Subject: Init
---
app/views/App/Index.html | 23 +++++++++++++++++
app/views/debug.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++
app/views/errors/404.html | 20 +++++++++++++++
app/views/errors/500.html | 16 ++++++++++++
app/views/flash.html | 18 +++++++++++++
app/views/footer.html | 5 ++++
app/views/header.html | 17 +++++++++++++
7 files changed, 163 insertions(+)
create mode 100644 app/views/App/Index.html
create mode 100644 app/views/debug.html
create mode 100644 app/views/errors/404.html
create mode 100644 app/views/errors/500.html
create mode 100644 app/views/flash.html
create mode 100644 app/views/footer.html
create mode 100644 app/views/header.html
(limited to 'app/views')
diff --git a/app/views/App/Index.html b/app/views/App/Index.html
new file mode 100644
index 0000000..deb2304
--- /dev/null
+++ b/app/views/App/Index.html
@@ -0,0 +1,23 @@
+{{set . "title" "Home"}}
+{{template "header.html" .}}
+
+It works!
+
+
+ {{.Description}} +
+ {{end}} +{{end}} + + diff --git a/app/views/errors/500.html b/app/views/errors/500.html new file mode 100644 index 0000000..0cef4de --- /dev/null +++ b/app/views/errors/500.html @@ -0,0 +1,16 @@ + + + ++ This exception has been logged. +
+ {{end}} + + diff --git a/app/views/flash.html b/app/views/flash.html new file mode 100644 index 0000000..9c9ade9 --- /dev/null +++ b/app/views/flash.html @@ -0,0 +1,18 @@ +{{if .flash.success}} +