diff --git a/templates/section.html b/templates/section.html
new file mode 100644
index 0000000..a2a5527
--- /dev/null
+++ b/templates/section.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% block extra %}
+ {{ macro::breadcrumbs(page=section) }}
+{% endblock %}
+
+{% block content %}
+
+
+ {{ section.title }}
+ {{ section.content | safe }}
+
+
+{% endblock content %}