{% if(node.title.value != 'You are not authorized to access this page') %}
{% if page.content_post_top_title %} {{ page.content_post_top_title }} {% endif %}
{% if page.content_post_top %} {{ page.content_post_top }} {% endif %}
{% if page.content_post_title %} {{ page.content_post_title }} {% endif %}
{% if page.content_post %} {{ page.content_post }} {% endif %}

{% if page.content_post_bottom %} {{ page.content_post_bottom }} {% endif %}
{% if page.footer_top_title %} {{ page.footer_top_title }} {% endif %}
{% if page.footer_top_content %} {{ page.footer_top_content }} {% endif %}
{% if page.footer_testimonial %} {{ page.footer_testimonial }} {% endif %}
{{ drupal_entity('block_content', 6) }}
{% endif %}