diff --git a/templates/home/home_page.html b/templates/home/home_page.html index 8a50e32..8bea904 100644 --- a/templates/home/home_page.html +++ b/templates/home/home_page.html @@ -1,6 +1,12 @@ {% extends "base.html" %} +{% load static %} + {% block content %} - {{ self.body }} - {{ settings.WAGTAIL_SITE_NAME }} +
+
+

{{ settings.WAGTAIL_SITE_NAME|title }}

+

+
+
{% endblock %}