aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html.j2
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-04-28 12:03:19 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-04-28 12:03:19 +0100
commit43ba613b9e1ea9dbf6f94361d43418c91c8c0785 (patch)
tree4c327162e72e49ff549bfb77e77f047f99e005b9 /templates/index.html.j2
parenta90ca1f2b50d343d0d2d0d3bda2ecf7712726419 (diff)
downloadUKGenderPayGap-43ba613b9e1ea9dbf6f94361d43418c91c8c0785.tar.gz
UKGenderPayGap-43ba613b9e1ea9dbf6f94361d43418c91c8c0785.zip
Finished insinuations, started on HTML and CSS
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r--templates/index.html.j24
1 files changed, 4 insertions, 0 deletions
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 %}
+ <p>foo</p>
+{% endblock %} \ No newline at end of file