solidity/docs/_templates/layout.html
2018-06-06 17:02:38 +07:00

7 lines
130 B
HTML

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