{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block theme_class %}theme--dark--transparent{% endblock %} {% block content %} {% image page.hero_image width-1920 as hero_image %}
{# Hero #}
{% 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 #} Employees at the annual Torchfest event
{% if page.body %} {% include_block page.body %} {% endif %} {# Benefits list #} {% if page.benefits_section_title %}

{{ page.benefits_section_title }}

{% 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 %} {% endif %}
{% endblock %}