src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/help.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. {% block content %}
  3. <div class="container">
  4.     <h1>{{ page_title }}</h1>
  5.     <p>Your help content goes here.</p>
  6. </div>
  7. {% endblock %}