Skip to content
Snippets Groups Projects
layout.html 127 B
Newer Older
  • Learn to ignore specific revisions
  • {% extends "!layout.html" %}
    
      {% block menu %}
        {{ super() }}
        <a href="py-modindex.html">modindex</a>
      {% endblock %}