templates/support/index.html.twig line 1

  1. {% extends 'core/__skeleton.html.twig' %}
  2. {% block main %}
  3.     <section class="hosting__heading hosting__heading--full">
  4.         <div class="wrap">
  5.             <h1>Web Hosting Support</h1>
  6.             <h2>Do You Need Help?</h2>
  7.             <p>More information Coming Soon!</p>
  8.         </div>
  9.     </section>
  10. {% endblock %}