diff --git a/application/templates/base.html b/application/templates/base.html deleted file mode 100644 index 731836a..0000000 --- a/application/templates/base.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - {% block title %}{% endblock %} - - - - - - -
- {% block content %} - {% endblock %} -
- - - - \ No newline at end of file diff --git a/application/templates/home.html b/application/templates/home.html deleted file mode 100644 index 1c60278..0000000 --- a/application/templates/home.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'base.html' %} - -{% block title %} -Idk applicatie -{% endblock %} - -{% block content %} -

Dit is de home page, hopelijk redirect de pagina

-{% endblock %} \ No newline at end of file