From 2f9fe2cfad83416647beed9c3c9085d686c43b09 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Sat, 14 Feb 2015 23:11:57 +0100 Subject: Initial commit. --- app/views/App/Index.html | 13 +++++++++ app/views/App/Index.html.bak | 23 ++++++++++++++++ app/views/App/Register.html | 50 ++++++++++++++++++++++++++++++++++ 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 | 19 +++++++++++++ app/views/header.html | 19 +++++++++++++ app/views/navbar.html | 23 ++++++++++++++++ 10 files changed, 265 insertions(+) create mode 100644 app/views/App/Index.html create mode 100644 app/views/App/Index.html.bak create mode 100644 app/views/App/Register.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 create mode 100644 app/views/navbar.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..cf36a51 --- /dev/null +++ b/app/views/App/Index.html @@ -0,0 +1,13 @@ +{{set . "title" "Home"}} +{{template "header.html" .}} +{{template "navbar.html" .}} + +
+ {{.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}} +