templates/Navigation/Partials/navigation_post_data.html.twig line 1

Open in your IDE?
  1. {% if getVoucherUrl() %}
  2.     <a href="{{ getVoucherUrl() }}" class="main-nav__voucher-link">
  3.         <span class="icon icon-voucher mr-3 main-nav__voucher-link-icon" aria-label="voucher"></span>
  4.         {{ 'voucher'|trans }}
  5.     </a>
  6. {% endif %}
  7. {{ include('Navigation/language.html.twig') }}
  8. </section>