<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
{% spaceless -%}
<!--
/**
* @license
* MyFonts Webfont Build ID 3697904, 2019-01-14T14:44:27-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: FrutigerLTPro-Light by Linotype
* URL: https://www.myfonts.com/fonts/linotype/frutiger/pro-45-light/
*
* Webfont: FrutigerLTPro-Roman by Linotype
* URL: https://www.myfonts.com/fonts/linotype/frutiger/pro-55-roman-2/
*
* Webfont: FrutigerLTPro-Bold by Linotype
* URL: https://www.myfonts.com/fonts/linotype/frutiger/pro-65-bold-2/
*
*
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3697904
* Licensed pageviews: 1,000,000
* Webfonts copyright: Copyright © 2014 - 2016 Monotype Imaging Inc. All rights
* reserved.
*
* © 2019 MyFonts Inc
*/
-->
{{ include('Includes/appendStylesandScripts.html.twig') }}
{% if not document is defined or not document %}
{% set document = pimcore_document(navigationStartId) %}
{% endif %}
{% if document is instanceof('\\Pimcore\\Model\\Document\\Link') %}
{# @var document \Pimcore\Model\Document\Link #}
{% set document = document.getObject() %}
{% endif %}
{% do pimcore_head_title().append(pageTitlePrefix) %}
{% do pimcore_head_title().setSeparator(' | ') %}
{% if document.getTitle() is not empty %}
{# print title #}
{{ pimcore_head_title(document.getTitle()) }}
{% do pimcore_head_meta().setName('og:title', document.getTitle()) |raw %}
{% else %}
{{ pimcore_head_title(document.properties.navigation_name.data) }}
{% do pimcore_head_meta().setName('og:title', document.properties.navigation_name.data) |raw %}
{% endif %}
{% if document.getProperty('og-image') is not empty %}
{% do pimcore_head_meta().setName('og:image', hostUrl ~document.getProperty('og-image') ) |raw %}
{% endif %}
{% if document.getDescription() is not empty %}
{% do pimcore_head_meta().setDescription(document.getDescription()) %}
{% do pimcore_head_meta().setName('og:description', document.getDescription()) |raw %}
{% endif %}
{%- endspaceless %}
{% block layout_head_meta deferred %}
{# print meta #}
{{ pimcore_head_meta() }}
{% endblock %}
{% block head_stylesheets deferred %}
{{ pimcore_head_link() }}
{% endblock %}
{% block head_tag_manager deferred %}
{{ tag_manager_datalayer_render() }}
{% endblock %}
{#{% block head_ie_stylesheets %}#}
{#<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->#}
{#<!--[if lt IE 9]>#}
{#<script src="{{ asset('static/js/html5shiv.js') }}"></script>#}
{#<script src="{{ asset('static/js/respond.min.js') }}"></script>#}
{#<![endif]-->#}
{#{% endblock %}#}
{% if document.getProperty("preload.fast.fonts.net") is not empty and document.getProperty("preload.fast.fonts.net") %}
<link rel="preconnect" href="https://fast.fonts.net" crossorigin>
<link rel="dns-prefetch" href="https://fast.fonts.net" >
{% endif %}
{{ include('Includes/appendFavicons.html.twig') }}
</head>