{% include "patterns/molecules/hero/hero--full-screen.html" with background_url=hero_image.url classes="hero__full-screen--short hero__full-screen--image-overlay" %}
{% include "patterns/molecules/title-block/title-block.html" with title=page.strapline classes="title-block--transparent title-block--careers" %}
{# Intro #}
{% if page.intro %}
{{ page.intro|richtext }}
{% endif %}
{# Card links #}
{% include "patterns/organisms/card-listing/card-listing.html" with card_items=page.links.all classes="card-listing--single" %}
{# Sunday Times top 100 image #}
{% if page.body %}
{% include_block page.body %}
{% endif %}
{# Benefits list #}
{% if page.benefits_section_title %}
{{ page.benefits_section_title }}
{% for item in page.key_benefits.all %}
{% include "patterns/molecules/list-item/list-item.html" with item=item %}
{% endfor %}
{% endif %}
{# Standout list #}
{% if standout_items %}
{% include "patterns/organisms/related-content/related-content.html" with items=standout_items %}
{% endif %}
{% if page.blogs_section_title %}
{% include "patterns/organisms/latest-posts/latest-posts.html" with classes="blog-listing--careers" blogs_section_heading=True filter_by=page.filter_by %}
{% endif %}
{# Card links #}
{% include "patterns/organisms/card-listing/card-listing.html" with card_items=page.links.all classes="card-listing--single" %}
{# Instagram gallery #}
{% if page.instagram_posts %}
{% for post in page.instagram_posts %}
{% include "patterns/atoms/instagram-post/instagram-post.html" %}
{% endfor %}