diff --git a/templates/section.html b/templates/section.html
index 66465ae..77b6c73 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -26,6 +26,10 @@
{%- if section.extra.header %}
{%- include "partials/home_banner.html" -%}
+{%- elif section.content -%}
+
+ {{ section.content | safe }}
+
{% endif -%}
{% if section.extra.section_path -%}