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 %} -
This is a template
+This is a template
{% endblock %}