article
Information
- Folder
src/components/templates/article
Files
Schema
Mocks
Template
// src/components/templates/article/article.twig
{{ attach_library("circle_dot/template-default") }}
<div class="Template">
<a class="Template-skip u-hiddenVisually--focusVisible" href="#content">{{ "Skip to main content"|t }}</a>
{% if multi_unit_wallpaper_ad %}
<div class="Template-multiUnitWallpaperAd u-container">
{% for ad in multi_unit_wallpaper_ad %}
{{ ad }}
{% endfor %}
</div>
{% endif %}
{%- if header -%}
<div class="Template-header">
{{ header }}
</div>
{%- endif -%}
{% if breadcrumb %}
<div class="Template-breadcrumb u-container">
{{ breadcrumb }}
</div>
{% endif %}
{% if ressort_header %}
<div class="Template-ressortHeader">
{{ ressort_header }}
</div>
{% endif %}
{% if content %}
<div class="Template-main" id="content" tabindex="-1">
{{ content }}
</div>
{% endif %}
{% if full_width_content %}
<div class="Template-fullWidthContent u-container">
{{ full_width_content }}
</div>
{% endif %}
{% if leaderboard_ad_banner %}
<div class="Template-leaderboardAdBanner u-container">
{{ leaderboard_ad_banner }}
</div>
{% endif %}
{% if topic_section %}
<div class="Template-topicSection u-container">
{{ topic_section }}
</div>
{% endif %}
{% if dossier %}
{{ dossier }}
{% endif %}
{%- if footer -%}
<div class="Template-footer">
{{ footer }}
</div>
{%- endif -%}
</div>
Error: schema is invalid: data/properties must be object