InvenTree/docs/templates/layout.html

7 lines
169 B
HTML

{% extends "!layout.html" %}
{% block menu %}
{{ super() }}
<a href="genindex.html">Index</a>
<a href="py-modindex.html">Module Index</a>
{% endblock %}