diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..9624588 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,16 @@ + + + + + {{ title }} + + {% block extra_css %}{% endblock %} + + {% block head_js %}{% endblock %} + + + + {% block body_js %}{% endblock %} + + +