<!DOCTYPE html>
<html lang="{{ request.locale.iso_code }}">
  <head>
    <meta charset="UTF-8"/>
    <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
    <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
    <link href="{{ 'favicon.png' | asset_url }}" rel="shortcut icon" type="image/png”"/>

    <title>{{ shop.name }}</title>

    <script defer src="{{ 'main.js' | asset_url }}"></script>
    <link rel="stylesheet" href="{{ 'main.css' | asset_url }}">

    {{ content_for_header }}
  </head>
  <body class="layout-password text-white bg-dark">
    <main class="layout-password__content container">
      {{ content_for_layout }}
    </main>
  </body>
  <!-- /.layout-password -->
</html>
