templates/support/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}FAQ{% endblock %}
  3. {% block body %}
  4.     <div class="main-content">
  5.         <div>
  6.             <p>
  7.                 In the Future you will find some Support Information about our Server.
  8.             </p>
  9.             <p>
  10.                 It will be like a FAQ or something but still needs TBD.
  11.             </p>
  12.         </div>
  13.     </div>
  14. {% endblock %}