mirror of
https://github.com/AdaCore/gtkada.git
synced 2026-02-12 12:26:32 -08:00
7 lines
172 B
HTML
7 lines
172 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block menu %}
|
|
{{ super() }}
|
|
<li class="toctree-l1"><a href= "{{pathto('genindex.html', 1)}}">Index</a></li>
|
|
{% endblock %}
|