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