diff --git a/templates/post.html b/templates/post.html
index 8e74b63..2d67e5f 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -24,6 +24,7 @@
+
{{ page.content | safe }}
Back to list of posts
diff --git a/templates/project.html b/templates/project.html
index 91e629d..c1282ba 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -18,6 +18,7 @@
{{ page.title }}
+
{{ page.content | safe }}
Back to list of projects