index.html.twig 147 B

12345678
  1. {% extends "layout.html.twig" %}
  2. {% block content %}
  3. <script>
  4. window.location.href = window.location.href + "docs";
  5. </script>
  6. {% endblock %}