default-page
Information
- Folder
src/components/templates/default-page
Files
Schema
Mocks
Template
// src/components/templates/default-page/default-page.html.twig
<div class="Page">
{{ header|raw }}
<main class="Page-main {% if not is_front %} Page-main--withBreadcrumbs {% endif %}" id="main-content">
<noscript>
{% include "@patterns/js-warning/js-warning.html.twig" %}
</noscript>
{% for item in content %}
{{ item|raw }}
{% endfor %}
</main>
{% if overlay_teaser %}
{{ overlay_teaser }}
{% endif %}
{{ footer|raw }}
{% include "@template-components/double-opt-in-lightbox/double-opt-in-lightbox.html.twig" %}
{% include "@elements/lightbox/lightbox.html.twig" with {
class: "js-genericLightbox",
title: " ",
copy: " ",
hide_opener: true,
hide_close_button: true,
clickable_overlay: false
} only %}
</div>