aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: c5886276fbcf9fb917072f3c854ee52b260c666c (plain) (blame)
1
2
3
4
5
6
{% extends "!layout.html" %}

  {% block menu %}
    <a href="genindex.html">Keyword Index</a>
    {{ super() }}
  {% endblock %}