- {{ title_prefix }}
- {% if label and not page %}
-
- {% endif %}
- {{ title_suffix }}
-
- {% if display_submitted %}
-
- {% endif %}
-
- {% if content_type in restricted_width_content_types %}
-
- {% endif %}
+{% if node.isSticky() %}
+ {% set display_full_sticky = TRUE %}
+{% endif %}
-
- {{ content|without('localgov_subsites_content') }}
-
-
+{% if not node.isPublished() %}
+ {% set display_full_unpublished = TRUE %}
+{% endif %}
- {% if node.localgov_subsites_content.value or content.localgov_subsites_content['#type'] == 'layout_paragraphs_builder' %}
- {{ content.localgov_subsites_content }}
- {% endif %}
-
+{% set display_full_content = content|without('localgov_subsites_content') %}
- {% if content_type in restricted_width_content_types %}
-
- {% endif %}
+{% if node.localgov_subsites_content.value or content.localgov_subsites_content['#type'] == 'layout_paragraphs_builder' %}
+ {% set localgov_subsites_content = content.localgov_subsites_content %}
+{% endif %}
-