{% if processed_content and processed_content != page.content_html %} {{ processed_content | safe }} {% elif '{posts}' in page.content_html %} {{ page.content_html.replace('{posts}', posts_html) | safe }} {% else %} {{ page.content_html | safe }} {% endif %}