<!DOCTYPE html>
<html lang="{{ app.request.locale|slice(0, 2) }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}Hephaestos{% endblock %}</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
{% block metatags %}
{% endblock %}
{% block stylesheets %}
{% include '@SyliusUi/_stylesheets.html.twig' with {'path': 'assets/shop/css/style.css'} %}
{{ encore_entry_link_tags('app') }}
<script src="https://www.google.com/recaptcha/enterprise.js?render=6LcVA5YqAAAAAFN9xrkGvHU7pozXj_3usT0o--ER"></script>
{{ sonata_block_render_event('sylius.shop.layout.stylesheets') }}
{% endblock %}
{{ sonata_block_render_event('sylius.shop.layout.head') }}
</head>
<body class="pushable">
{{ sonata_block_render_event('sylius.shop.layout.before_body') }}
<div class="pusher">
{% block top %}
<div class="ui menu fixed stackable doubling large inverted mymenu">
{{ include('@SyliusShop/Menu/completeMenu.html.twig') }}
</div>
{% endblock %}
<div class="main stackable grid container">
{% block header %}
<header style="height: auto !important; background:transparent;">
{{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
{% include '@SyliusShop/_header.html.twig' %}
{{ sonata_block_render_event('sylius.shop.layout.after_header') }}
</header>
{% endblock %}
{% include '@SyliusShop/_flashes.html.twig' %}
{{ sonata_block_render_event('sylius.shop.layout.before_content') }}
{% block content %}
{% endblock %}
{{ render(path('bitbag_sylius_cms_plugin_shop_block_index_by_section_code', {'sectionCode' : 'blog', 'template' : '@BitBagSyliusCmsPlugin/Shop/Block/index.html.twig'})) }}
{{ sonata_block_render_event('sylius.shop.layout.after_content') }}
</div>
{% block footer %}
{% include '@SyliusShop/_footer.html.twig' %}
{% endblock %}
</div>
{% block javascripts %}
{% include '@SyliusUi/_javascripts.html.twig' with {'path': 'assets/shop/js/app.js'} %}
{{ sonata_block_render_event('sylius.shop.layout.javascripts') }}
{{ encore_entry_script_tags('app') }}
{% endblock %}
{% include '@SyliusUi/Modal/_confirmation.html.twig' %}
{{ sonata_block_render_event('sylius.shop.layout.after_body') }}
</body>
</html>