diff --git a/templates/macros/post.html b/templates/macros/post.html
index e7be719..c8627c9 100644
--- a/templates/macros/post.html
+++ b/templates/macros/post.html
@@ -15,6 +15,7 @@
{% else %}
+ {#- full content -#}
{{ page.content | safe }}
diff --git a/templates/page.html b/templates/page.html
index fea56bb..9dea4cc 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -7,7 +7,7 @@
{% block content %}
{{ post_macros::header(page=page) }}
- {{ post_macros::content(page=page, summary=true, show_only_description=false) }}
+ {{ post_macros::content(page=page, summary=false, show_only_description=false) }}
{{ post_macros::earlier_later(page=page) }}
{% endblock content %}