index.html 544 B

123456789101112
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <h1 class="mt-4">hello</h1>
  4. <p>The starting state of the menu will appear collapsed on smaller screens, and will appear non-collapsed on larger screens. When toggled using the button below, the menu will change.</p>
  5. <p>Make sure to keep all page content within the
  6. <code>#page-content-wrapper</code>. The top navbar is optional, and just for demonstration.
  7. Just create an element with the <code>#menu-toggle</code> ID which will toggle the menu when clicked.
  8. </p>
  9. {% endblock %}