templates/front/checkout/header.html.twig line 1

Open in your IDE?
  1. <header class="checkout">
  2. <div class="ctn">
  3. <a href="{{ path('index') }}" class="logo">
  4. <img src="{{ asset('img/logo-top.svg') }}" alt="Vivog" width="180" height="75">
  5. </a>
  6. <a class="button bt-white" href="{{ path('index') }}">{% trans %}Retour vers le site{% endtrans %}</a>
  7. </div>
  8. </header>