diff --git a/templates/base_template.html b/templates/base_template.html new file mode 100644 index 0000000..89afbe5 --- /dev/null +++ b/templates/base_template.html @@ -0,0 +1,14 @@ + + + + + + + + {% block title %}{% endblock title %} + + + {% block content %} + {% endblock %} + + \ No newline at end of file