From 550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 17 Jan 2017 15:37:25 +0530 Subject: Initial Commit --- partials/common/404.html | 5 +++++ partials/common/header.html | 10 ++++++++++ partials/common/layout.html | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 partials/common/404.html create mode 100644 partials/common/header.html create mode 100644 partials/common/layout.html (limited to 'partials/common') diff --git a/partials/common/404.html b/partials/common/404.html new file mode 100644 index 0000000..9f2ec88 --- /dev/null +++ b/partials/common/404.html @@ -0,0 +1,5 @@ +
+

+
404 page not found
+

+
diff --git a/partials/common/header.html b/partials/common/header.html new file mode 100644 index 0000000..9764c12 --- /dev/null +++ b/partials/common/header.html @@ -0,0 +1,10 @@ + +
+ +
+
diff --git a/partials/common/layout.html b/partials/common/layout.html new file mode 100644 index 0000000..fbb3a26 --- /dev/null +++ b/partials/common/layout.html @@ -0,0 +1,4 @@ +
+ +
+{% block content %}{% endblock %} -- cgit v1.2.3