From 08d3a5ae1b5bb6eea8beb71875f4aa4835d0efae Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 30 Sep 2020 07:09:44 +0200 Subject: [PATCH] extract header to extra template --- templates/default_head_content.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/default_head_content.html diff --git a/templates/default_head_content.html b/templates/default_head_content.html new file mode 100644 index 0000000..c04c996 --- /dev/null +++ b/templates/default_head_content.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file