From 8a058ac45e6ef5a4c7cd7141332b7951bc01f49c Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 5 May 2023 15:58:07 +0100 Subject: Finished search bar, started adding
s for chart content --- templates/index.html.j2 | 13 ++++++++++++- templates/search.html.j2 | 16 ++++++++++++++++ templates/template.html.j2 | 8 ++++---- 3 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 templates/search.html.j2 (limited to 'templates') diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 91f314e..40ff005 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -1,4 +1,15 @@ {% extends "template.html.j2" %} {% block content %} -

foo

+
+ +
{% endblock %} \ No newline at end of file diff --git a/templates/search.html.j2 b/templates/search.html.j2 new file mode 100644 index 0000000..4de432c --- /dev/null +++ b/templates/search.html.j2 @@ -0,0 +1,16 @@ +{% extends "template.html.j2" %} +{% block content %} + +{% endblock %} \ No newline at end of file diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 89539d2..4c08853 100644 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -25,14 +25,14 @@
-

{{ title }}

+

{{ title }}

Data provided by the UK Government

-- cgit v1.2.3