diff --git a/content/community/index.md b/content/community/index.md
new file mode 100644
index 00000000..12bb6019
--- /dev/null
+++ b/content/community/index.md
@@ -0,0 +1,11 @@
+---
+title:
+description:
+template: community.html
+weight: 10
+extra:
+ menu_title: Community
+ hero_image: donate/donate.png
+ preview_image: donate/donate.png
+ test: lpl
+---
diff --git a/content/new/index.md b/content/new/index.md
new file mode 100644
index 00000000..75aed391
--- /dev/null
+++ b/content/new/index.md
@@ -0,0 +1,10 @@
+---
+title: Donate to support the development of Organic Maps
+description: Your money pays for all project-related expenses and motivates us to improve Organic Maps.
+template: new.html
+weight: 10
+extra:
+ menu_title: Donate
+ preview_image: donate/donate.png
+ test: test
+---
diff --git a/templates/community.html b/templates/community.html
new file mode 100644
index 00000000..392db4d6
--- /dev/null
+++ b/templates/community.html
@@ -0,0 +1,17 @@
+
+
+{% extends "base.html" %}
+
+
+{%- block content %}
+{% include 'section/hero.html' %}
+
+
+
+
+ {{ page.extra.test | safe }}
+
+
+
+
+{%- endblock content %}
\ No newline at end of file
diff --git a/templates/new.html b/templates/new.html
new file mode 100644
index 00000000..392db4d6
--- /dev/null
+++ b/templates/new.html
@@ -0,0 +1,17 @@
+
+
+{% extends "base.html" %}
+
+
+{%- block content %}
+{% include 'section/hero.html' %}
+
+
+
+
+ {{ page.extra.test | safe }}
+
+
+
+
+{%- endblock content %}
\ No newline at end of file