templates/page/home/components/technology-billing.html.twig line 1

Open in your IDE?
  1. {% import 'common/macros/elements.html.twig' as elements %}
  2. <section class="featured-content section">
  3.     <div class="content right billing-content">
  4.         <div class="section-header">
  5.             {{ elements.heading('common.technology'|trans|upper, 4, 'section-category') }}
  6.             {{ elements.heading('common.billing_and_payment'|trans, 2, 'section-title') }}
  7.         </div>
  8.         <p>{{ 'home.billing_text'|trans }}</p>
  9.     </div>
  10.     <div class="media">
  11.         {{ elements.lottie('billingLottie', 'billing.json', true) }}
  12.     </div>
  13. </section>