templates/content/includes/parts/inquiry-form.html.twig line 1

Open in your IDE?
  1. <div class="row">
  2.     <div class="col col-lg-6 col-md-6 col-sm-12 col-xs-12">
  3.         <h2 class="h2--lg">We&#8217;re here to help.</h2>
  4.         <p class="text--lg">You&#8217;ve got questions? We&#8217;ve got answers.</p>
  5.     </div>
  6.     <div class="col col-lg-6 col-md-6 col-sm-12 col-xs-12">
  7.         {% include '/content/includes/parts/form-input.html.twig' %}
  8.     </div>
  9. </div>