From 1b320c5b479b7420f142788a7a6f7b88e54aaf3b Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 7 Jun 2023 00:00:43 +0200 Subject: template work --- templates/default.html | 2 ++ templates/footer.html | 12 ++++++++++++ templates/head.html | 4 ++++ templates/header.html | 18 ++++++++++++++++++ templates/tag.html | 2 ++ 5 files changed, 38 insertions(+) create mode 100644 templates/footer.html create mode 100644 templates/header.html (limited to 'templates') diff --git a/templates/default.html b/templates/default.html index 214229e..2bb48e5 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,6 +1,8 @@ {{> head.html}} +{{> header.html}} {{{body}}} +{{> footer.html}} diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..d8c36b0 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,12 @@ +