diff --git a/rh/templates/simple_wsidebar.html b/rh/templates/simple_wsidebar.html index f5259f7..9945d18 100644 --- a/rh/templates/simple_wsidebar.html +++ b/rh/templates/simple_wsidebar.html @@ -21,4 +21,6 @@

{% page_attribute page_title %}

{% placeholder 'sidebar' %} + + {% placeholder 'post_content' %} {% endblock %} diff --git a/rh/templates/subpage_wsidebar.html b/rh/templates/subpage_wsidebar.html index c2bded7..7e263f4 100644 --- a/rh/templates/subpage_wsidebar.html +++ b/rh/templates/subpage_wsidebar.html @@ -18,4 +18,6 @@ {% placeholder 'sidebar' %} + + {% placeholder 'post_content' %} {% endblock %}