From c1ce89359a7b54ec97b54ce577e5534c180c5c4b Mon Sep 17 00:00:00 2001 From: HumairAK Date: Mon, 18 Jul 2016 06:49:16 -0400 Subject: Various fixes, see changelog for details. --- views/layouts/layout.hbs | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 views/layouts/layout.hbs (limited to 'views/layouts/layout.hbs') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs new file mode 100644 index 0000000..987072f --- /dev/null +++ b/views/layouts/layout.hbs @@ -0,0 +1,33 @@ +!doctype html> + + + + + Solutions Repo + + + + + + + + + + + + + + + + + + + + + {{> header }} + {{{ body }}} + {{> footer }} + {{> login }} + {{> registration }} + + \ No newline at end of file -- cgit v1.2.3