From 7d834193893d078655d5b9e95a639778e50b3e5a Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 29 Oct 2022 17:12:19 +0200 Subject: [PATCH] Add base template --- templates/base.html.tera | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/base.html.tera diff --git a/templates/base.html.tera b/templates/base.html.tera new file mode 100644 index 0000000..336934b --- /dev/null +++ b/templates/base.html.tera @@ -0,0 +1,20 @@ + + + + + + + Contact form + + {% block styles %}{% endblock %} + + + + + {% block body %}{% endblock %} + + {% block scripts %}{% endblock %} + + + +