templates/geo/parts/top-countries-list.html.twig line 1

Open in your IDE?
  1. <div class="container">
  2.     <div class="container__header container-home container-countries">
  3.         <a href="/countries/">
  4.             <h2 class="container__header-title">{{ 'Популярные страны'|trans }}</h2>
  5.         </a>
  6.         <a href="/countries/" class="countries-link-more">
  7.             <span class="desktop">{{ 'Все Страны'|trans }}</span>
  8.             <span class="mobile">{{ 'Все'|trans }}</span>
  9.             <u>
  10.                 <i class="icon icon-rarr-blue"></i>
  11.             </u>
  12.         </a>
  13.     </div>
  14.     {% include 'geo/parts/top-countries.html.twig' %}
  15. </div>