diff --git a/website/common/templates/common/content_page.html b/website/common/templates/common/content_page.html index 8d77f95..1756e39 100644 --- a/website/common/templates/common/content_page.html +++ b/website/common/templates/common/content_page.html @@ -3,7 +3,9 @@ {% load wagtailimages_tags %} {% block content %} - +{% if page.hero_image %} + +{% endif %} diff --git a/website/home/templates/home/home_page.html b/website/home/templates/home/home_page.html index ec03cd2..cfd626b 100644 --- a/website/home/templates/home/home_page.html +++ b/website/home/templates/home/home_page.html @@ -3,7 +3,7 @@ {% load wagtailimages_tags %} {% block main %} - + {{ page.heading }}