From 43ba613b9e1ea9dbf6f94361d43418c91c8c0785 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 28 Apr 2023 12:03:19 +0100 Subject: Finished insinuations, started on HTML and CSS --- templates/index.html.j2 | 4 ++++ templates/template.html.j2 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 templates/index.html.j2 create mode 100644 templates/template.html.j2 (limited to 'templates') diff --git a/templates/index.html.j2 b/templates/index.html.j2 new file mode 100644 index 0000000..91f314e --- /dev/null +++ b/templates/index.html.j2 @@ -0,0 +1,4 @@ +{% extends "template.html.j2" %} +{% block content %} +

foo

+{% endblock %} \ No newline at end of file diff --git a/templates/template.html.j2 b/templates/template.html.j2 new file mode 100644 index 0000000..1fb238d --- /dev/null +++ b/templates/template.html.j2 @@ -0,0 +1,44 @@ + + + + + UK Gender Pay Gap :: {{ title }} + + + + + + + + + + + + + + + + + + + + + +
+

{{ title }}

+

Data provided by the UK Government

+
+ + + +
+ {% block content %} + {% endblock %} +
+ + + \ No newline at end of file -- cgit v1.2.3