templates/entreprise/hosting_plan.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3.         Hosting plans
  4. {% endblock title %}
  5. {% block body %}
  6.     <br/>
  7.   <main id="main">
  8.     <section id="pricing" class="pricing section-bg">
  9.       <div class="container">
  10.         <div class="section-title" data-aos="fade-up">
  11.             <h3 class="text-center">Our hosting plan</h3>
  12.        </div>
  13.         <div class="row">
  14.             {{ include('entreprise/our_plan.html.twig') }}
  15.         </div>
  16.         </div>
  17.     </section>
  18. </main>
  19. {% endblock body%}