diff --git a/website/common/models.py b/website/common/models.py
index fbcef34..88231de 100644
--- a/website/common/models.py
+++ b/website/common/models.py
@@ -8,6 +8,8 @@ from wagtail.models import Page
class BasePage(Page):
show_in_menus_default = True
+ HERO_IMAGE_SIZE = "width-1200"
+
class Meta:
abstract = True
diff --git a/website/common/templates/common/content_page.html b/website/common/templates/common/content_page.html
index 1756e39..3f5fe6c 100644
--- a/website/common/templates/common/content_page.html
+++ b/website/common/templates/common/content_page.html
@@ -1,47 +1,11 @@
{% extends "wagtail_base.html" %}
-{% load wagtailimages_tags %}
-
{% block content %}
-{% if page.hero_image %}
-
-{% endif %}
-{{ page.title }}
- {% if page.subtitle %}
- {{ page.subtitle }}
- {% endif %}
-