{**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to https://devdocs.prestashop.com/ for more information.
*
* @author PrestaShop SA and Contributors
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*}
{block name='head_charset'}
{/block}
{block name='head_ie_compatibility'}
{/block}
{block name='head_seo'}
{block name='head_seo_title'}{$page.meta.title}{/block}
{block name='hook_after_title_tag'}
{hook h='displayAfterTitleTag'}
{/block}
{if $page.meta.robots !== 'index'}
{/if}
{if $page.canonical}
{/if}
{block name='head_hreflang'}
{foreach from=$urls.alternative_langs item=pageUrl key=code}
{/foreach}
{/block}
{block name='head_microdata'}
{include file="_partials/microdata/head-jsonld.tpl"}
{/block}
{block name='head_microdata_special'}{/block}
{block name='head_pagination_seo'}
{include file="_partials/pagination-seo.tpl"}
{/block}
{block name='head_open_graph'}
{if !isset($product) && $page.page_name != 'product'}{/if}
{/block}
{/block}
{block name='head_viewport'}
{/block}
{block name='head_icons'}
{/block}
{block name='stylesheets'}
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
{/block}
{block name='javascript_head'}
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}
{/block}
{block name='hook_header'}
{$HOOK_HEADER nofilter}
{/block}
{block name='hook_extra'}{/block}