diff --git a/the_works/templates/_nav.html b/the_works/templates/_nav.html index 50c1304..82d5c4e 100644 --- a/the_works/templates/_nav.html +++ b/the_works/templates/_nav.html @@ -1,6 +1,6 @@ diff --git a/the_works/templates/views/home.html b/the_works/templates/views/home.html new file mode 100644 index 0000000..ed1b583 --- /dev/null +++ b/the_works/templates/views/home.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block title %}Home{% endblock title %} + +{% block heading %}Home{% endblock heading %} + +{% block content %} +

Alle Texte

+{% endblock content %} \ No newline at end of file