{# {% set BrandName = pimcore_document_by_path("/Mautner").getKey() %} #}{% set BrandName = "Mautner" %}<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 %} {# <title>...</title> #} {% if recipe.getOpenGraphTitle() is not empty %} {{ pimcore_head_title( recipe.getOpenGraphTitle()) }} {% else %} {% do pimcore_head_title().append(pageTitlePrefix) %} {% do pimcore_head_title().setSeparator(' | ') %} {% if recipe.getTitle() is not empty %} {{ pimcore_head_title( recipe.getTitle()) }} {% endif %} {% endif %} {% if recipe.getHeaderImage() is not empty %} {% set ogImageSrc = recipe.getHeaderImage().getThumbnail("recipeOGImage") %} {% do pimcore_head_meta().setName('og:image', hostUrl ~ ogImageSrc ) |raw %} {% endif %} {# <meta name="description" content=""> #} {% if recipe.getOgDescription() is not empty %} {% do pimcore_head_meta().setDescription(recipe.getOgDescription()) %} {% else %} {% if recipe.getTeaserText() is not empty %} {% do pimcore_head_meta().setDescription(recipe.getTeaserText()) %} {% endif %} {% endif %} {# <meta name="og:title" content=""> #} {% if recipe.getOpenGraphTitle() is not empty %} <!-- getOpenGraphTitle --> {% do pimcore_head_meta().setName('og:title', recipe.getOpenGraphTitle()) |raw %} {% else %} <!-- getTitle --> {% do pimcore_head_meta().setName('og:title', recipe.getTitle()) |raw %} {% endif %} {% if recipe.getOgDescription() is not empty %} <!-- getOgDescription --> {% do pimcore_head_meta().setName('og:description', recipe.getOgDescription()) |raw %} {% else %} <!-- getTeaserText --> {% do pimcore_head_meta().setName('og:description', recipe.getTeaserText()) |raw %} {% endif %} {%- endspaceless %} {% block layout_head_meta deferred %} {# print meta #} {{ pimcore_head_meta() }} {% endblock %} {% block head_stylesheets deferred %} {{ pimcore_head_link() }} {% 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 %}#} {{ include('Includes/appendFavicons.html.twig') }}</head>