diff --git a/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html b/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html
new file mode 100644
index 00000000..fee322d4
--- /dev/null
+++ b/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ungleich_page/templates/ungleich_page/glasfaser/section_about.html b/ungleich_page/templates/ungleich_page/glasfaser/section_about.html
new file mode 100644
index 00000000..e9c811ce
--- /dev/null
+++ b/ungleich_page/templates/ungleich_page/glasfaser/section_about.html
@@ -0,0 +1,18 @@
+{% load cms_tags %}
+
+
+
+
{{ about_instance.title }}
+ {{ about_instance.sub_title }}
+
+
+
+
+ {% for plugin in about_instance.child_plugin_instances %}
+ {% render_plugin plugin %}
+ {% endfor %}
+
+
+
+
+
\ No newline at end of file