From 1ced465bf5275edcb3cea019e9f8605f274851d3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Nov 2018 15:50:41 +0100 Subject: stub builder --- templates/about.html | 4 ++++ templates/layout.html | 27 +++++++++++++++++++++++++++ templates/paper.html | 4 ++++ templates/terms.html | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 templates/about.html create mode 100644 templates/layout.html create mode 100644 templates/paper.html create mode 100644 templates/terms.html (limited to 'templates') diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 00000000..6699bd0f --- /dev/null +++ b/templates/about.html @@ -0,0 +1,4 @@ +{% extends 'layout.html' %} + +{% block content %} +{% endblock %} diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 00000000..67502257 --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,27 @@ + + + + Megapixels + + + +
+

+ + Megapixels + The Darkside of Datasets +

+ +
+ {% block content %}{% endblock %} + + + \ No newline at end of file diff --git a/templates/paper.html b/templates/paper.html new file mode 100644 index 00000000..6699bd0f --- /dev/null +++ b/templates/paper.html @@ -0,0 +1,4 @@ +{% extends 'layout.html' %} + +{% block content %} +{% endblock %} diff --git a/templates/terms.html b/templates/terms.html new file mode 100644 index 00000000..6699bd0f --- /dev/null +++ b/templates/terms.html @@ -0,0 +1,4 @@ +{% extends 'layout.html' %} + +{% block content %} +{% endblock %} -- cgit v1.2.3-70-g09d2