+ {{ page.body }}
-
- {% for item in page.gallery_images.all %}
-
- {% image item.image fill-320x240 %}
-
{{ item.caption }}
-
- {% endfor %}
-
-
-
Return to blog
-
- {% with tags=page.tags.all %}
- {% if tags %}
-
- {% endif %}
- {% endwith %}
+ {% with tags=page.tags.all %}
+ {% if tags %}
+
+ {% endif %}
+ {% endwith %}
+
+
+
+
+
+
{% endblock %}
\ No newline at end of file
diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index efe4851..76f318a 100644
--- a/home/templates/home/home_page.html
+++ b/home/templates/home/home_page.html
@@ -4,16 +4,20 @@
{% block body_class %}{% endblock %}
{% block content %}
-
- {{ page.title }}
- {% image page.image fill-480x320 %}
- {{ page.hero_text }}
- {% if page.hero_cta_link %}
-
- {% firstof page.hero_cta page.hero_cta_link.title %}
-
- {% endif %}
+
- {{ page.body|richtext }}
+
+ {{ page.body|richtext }}
+
{% endblock content %}
\ No newline at end of file
diff --git a/iamkonstantin_web/templates/base.html b/iamkonstantin_web/templates/base.html
index f47bad8..9a0ef2c 100644
--- a/iamkonstantin_web/templates/base.html
+++ b/iamkonstantin_web/templates/base.html
@@ -41,15 +41,15 @@
-
-
+
{% include "includes/header.html" %}
-
+
{% block content %}{% endblock %}
diff --git a/iamkonstantin_web/templates/includes/footer.html b/iamkonstantin_web/templates/includes/footer.html
index 635fd0e..841d8f3 100644
--- a/iamkonstantin_web/templates/includes/footer.html
+++ b/iamkonstantin_web/templates/includes/footer.html
@@ -1,24 +1,25 @@
{% load navigation_tags %}
-