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' %}