From e75212f08ff9a1679ccac704f1a180cc1fcb4fc0 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 28 Nov 2022 23:02:43 -0500 Subject: [PATCH] Refactored index template to use template includes. --- src/frontend/templates/index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/frontend/templates/index.html b/src/frontend/templates/index.html index fbd956d..72c0156 100644 --- a/src/frontend/templates/index.html +++ b/src/frontend/templates/index.html @@ -1,9 +1,7 @@ - - - pyShelf Content Server - - - -

ID: {{ id }}

- - + +{% include 'header.html' %} + {% include 'navigation.html' %} +
+ {{ package.test }} +
+{% include 'footer.html' %}