diff --git a/templates/core/base.html b/templates/core/base.html new file mode 100644 index 0000000..9a65c2e --- /dev/null +++ b/templates/core/base.html @@ -0,0 +1,19 @@ + + + + + + + + Dashboard | {% block title_text %}{% endblock title_text %} + + +

Dashboard | {% block header_text %}{% endblock header_text %}

+
+ + {% csrf_token %} +
+ {% block table %} + {% endblock table %} + + \ No newline at end of file