You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
{% include '@rdm/template-parts/header/header.html.twig' %} |
|
{% if page.page_header %} |
|
{% include '@thex/template-parts/header/header-page.html.twig' %} |
|
{% endif %} |
|
{% if page.highlighted %} |
|
{% include '@thex/template-parts/highlighted.html.twig' %} |
|
{% endif %} |
|
<div class="main-wrapper clear"> |
|
<div class="container"> |
|
<div class="main-container"> |
|
<main id="main" class="main-content"> |
|
<a id="main-content" tabindex="-1"></a> |
|
{% if page.content_top %} |
|
{% include '@thex/template-parts/content-parts/content_top.html.twig' %} |
|
{% endif %} |
|
<div class="node-content"> |
|
{{ page.content }} |
|
</div> |
|
{% if page.content_bottom %} |
|
{% include '@thex/template-parts/content-parts/content_bottom.html.twig' %} |
|
{% endif %} |
|
</main> |
|
{% if page.sidebar_first %} |
|
{% include '@thex/template-parts/sidebar/sidebar_left.html.twig' %} |
|
{% endif %} |
|
{% if page.sidebar_second %} |
|
{% include '@thex/template-parts/sidebar/sidebar_right.html.twig' %} |
|
{% endif %} |
|
</div><!--/main-container --> |
|
</div><!--/container --> |
|
</div><!--/main-wrapper --> |
|
{% include '@rdm/template-parts/footer.html.twig' %} |
|
|
|
|