templates/default/components/atoms/hotline/hotline.html.twig line 1

Open in your IDE?
  1. {% set phone %}
  2. <a href="tel:{{ 'hotline_es_link'|trans }}" class="hotline__phone-number hotline__phone-number--es">
  3. {{ 'hotline_es'|trans }}
  4. </a>
  5. <a href="tel:{{ 'hotline_cp_link'|trans }}" class="hotline__phone-number hotline__phone-number--cp">
  6. {{ 'hotline_cp'|trans }}
  7. </a>
  8. <a href="tel:{{ 'hotline_company_link'|trans }}" class="hotline__phone-number hotline__phone-number--company">
  9. {{ 'hotline_company'|trans }}
  10. </a>
  11. {% endset %}
  12. {% include 'components/molecules/hotline/hotline.html.twig' with { phone: phone } %}