diff --git a/content/about/contents.lr b/content/about/contents.lr
index f6881959..6f578d55 100644
--- a/content/about/contents.lr
+++ b/content/about/contents.lr
@@ -1,5 +1,22 @@
_model: page
---
+claim_heading:
+
+## Werde TeilchenbeschleunigerIn
in der chaosnahen Genossenschaft.
+---
+claim_content:
+
+Booste Projekte mit Unterstütung von 150 GenossInnen
Genossenschaftlich & solidarisch.
+---
+subclaim_heading:
+
+## Genossenschaft zur Erschließung neuer
Betätigungsformen in der Informationstechnologie.
+---
+subclaim_content:
+
+Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Wiki und unseren Podcast auf dem Laufenden.
+Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast).
+---
title: About this Website
---
body:
diff --git a/models/header.ini b/models/header.ini
new file mode 100644
index 00000000..f488af9b
--- /dev/null
+++ b/models/header.ini
@@ -0,0 +1,19 @@
+[model]
+name = Header
+label = Header
+
+[fields.claim_heading]
+label = Claim Heading
+type = markdown
+
+[fields.claim_content]
+label = Claim Content
+type = markdown
+
+[fields.subclaim_heading]
+label = Subclaim Heading
+type = markdown
+
+[fields.subclaim_content]
+label = Subclaim Content
+type = markdown
diff --git a/models/homepage.ini b/models/homepage.ini
index c213ebf5..e2890fc1 100644
--- a/models/homepage.ini
+++ b/models/homepage.ini
@@ -1,26 +1,11 @@
[model]
name = Homepage
label = Homepage
+inherits = header
[fields.title]
label = Title
type = string
-[fields.claim_heading]
-label = Claim Heading
-type = markdown
-
-[fields.claim_content]
-label = Claim Content
-type = markdown
-
-[fields.subclaim_heading]
-label = Subclaim Heading
-type = markdown
-
-[fields.subclaim_content]
-label = Subclaim Content
-type = markdown
-
[children]
order_by = sort_key
diff --git a/models/multisection.ini b/models/multisection.ini
index 6fc4ef12..70b3c9b1 100644
--- a/models/multisection.ini
+++ b/models/multisection.ini
@@ -1,6 +1,7 @@
[model]
name = Multisection
label = Multisection
+inherits = header
[fields.title]
label = Title
diff --git a/models/page.ini b/models/page.ini
index dcddfe82..580f5b6c 100644
--- a/models/page.ini
+++ b/models/page.ini
@@ -1,6 +1,7 @@
[model]
name = Page
label = {{ this.title }}
+inherits = header
[fields.title]
label = Title
diff --git a/templates/header.html b/templates/header.html
new file mode 100644
index 00000000..b1157515
--- /dev/null
+++ b/templates/header.html
@@ -0,0 +1,85 @@
+{% extends "layout.html" %}
+{% block header %}
+