diff --git a/src/templates/home.html b/src/templates/home.html index dd7af69..1841a5f 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} -

Hello world

- -

This is a template

+

Hello world This is a home page

+ +

This is a template

{% endblock %}