solidity/docs/_templates/layout.html

7 lines
130 B
HTML
Raw Normal View History

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