{% extends 'base.html.twig' %} {% block title %}{{ website_name }}{% endblock %} {% block meta_description %} {% endblock %} {% block ogtags %} {% set _og_image = absolute_url(asset('og-image.jpg')) %} {% endblock %} {% block nav %} {% endblock %} {% block body %}
{% if home_curation_tiles|default([]) is not empty %} {% if home_curation_heading|default('') != '' %}

{{ home_curation_heading|e }}

{% endif %} {% include 'components/Organisms/FeaturedWall.html.twig' with { tiles: home_curation_tiles, region_aria_label: home_curation_heading|default('') != '' ? (home_curation_heading ~ ' — curated articles') : (website_name ~ ' — curated articles'), wall_extra_class: 'featured-list--curation', } only %} {% endif %} {% include 'components/Organisms/FeaturedWall.html.twig' with { tiles: home_featured_tiles|default([]) } only %}
{% endblock %} {% block aside %} {% include 'components/Organisms/HomeHighlightsAside.html.twig' with { highlights: home_highlights|default([]) } only %} {% endblock %}