{% extends "Layout/default.html.twig" %}
{% block navigation %}
{{ include('Press/Includes/pressHeader.html.twig') }}
{% endblock %}
{% block content %}
{{ include('Content/includes/portal-hero.html.twig', {
isNotPortal: true,
styleModifier: 'content-block'
}) }}
{{ include('Includes/main-title-block-editable.html.twig', {
suffix: 'title-block',
styleModifier: 'content-block container container-sm text-center',
subtitleIsAbove: true
}) }}
{{ include('Includes/areablock.html.twig') }}
{% endblock %}
{% block javascripts %}
{% if not app.request.get('onlyInlineCss') %}
{{ include('Layout/includes/encore.html.twig', {
'staticDebugMode': staticDebugMode,
'file': 'js/press'
}) }}
{% endif %}
{% endblock %}