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.

55 lines
1.3 KiB

1 year ago
{#{% include '@roblib_2023/templates/components/topnav_test.html.twig' %}#}
{#{% $term = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->load($tid); %}#}
<div class="layout-container">
<header role="banner">
{{ page.header }}
</header>
{{ page.primary_menu }}
{{ page.secondary_menu }}
{{ page.breadcrumb }}
{{ page.highlighted }}
{{ page.help }}
<main role="main">
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
<div class="layout-content">
{{ page.content }}
</div>{# /.layout-content #}
{% if page.sidebar_first %}
<aside class="layout-sidebar-first" role="complementary">
{{ page.sidebar_first }}
</aside>
{% endif %}
{% if page.sidebar_second %}
<aside class="layout-sidebar-second" role="complementary">
{{ page.sidebar_second }}
</aside>
{% endif %}
</main>
<footer role="contentinfo">
{% if page.footer %}
<div class="footer_block_container">
1 year ago
{{ page.footer }}
</div>
1 year ago
{% endif %}
<div class="subfooter_block_container">
{% include '@roblib_2023/templates/components/subfooter_content.html.twig' %}
1 year ago
{% if page.subfooter %}
{{ page.subfooter }}
{% endif %}
</div>
1 year ago
</footer>
</div>{# /.layout-container #}