{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{# Block for tracking scripts which are required to include in the `head` section of the document #}
{% block layout_head_javascript_tracking %}
<link rel="preload" href="https://webshop.asus.com//bundles/asus/fonts/MyriadPro/MyriadPro-Regular.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="https://webshop.asus.com//bundles/asus/fonts/MyriadPro/MyriadPro-Semibold.woff2" as="font" crossorigin="anonymous" />
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Regular.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Regular.woff" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Italic.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Italic.woff" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-SemiBold.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-SemiBold.woff" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-SemiBoldItalic.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-SemiBoldItalic.woff" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Bold.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-Bold.woff" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-BoldItalic.woff2" as="font" crossorigin="anonymous" />#}
{# <link rel="preload" href="http://asus-tester.de/bundles/storefront/assets/font/Inter-BoldItalic.woff" as="font" crossorigin="anonymous" />#}
{% if controllerName|lower == "product" %}
<link type="text/css" rel="stylesheet" href="//media.flixcar.com/delivery/js/minify?url=/static/inpage/210/css/main.css,/static/inpage/standard/css/share.css,/static/comparison/standard/css/main.css">
<link type="text/css" rel="stylesheet" href="//media.flixcar.com/delivery/js/minify?url=static/comparison/standard/css/main.css">
<script type="text/javascript" src="//media.flixcar.com/delivery/static/inpage/57/js/lazysizes.js"></script>
{% endif %}
{{ parent() }}
{% endblock %}