mirror of
https://github.com/corda/corda.git
synced 2024-12-20 13:33:12 +00:00
7 lines
131 B
HTML
7 lines
131 B
HTML
{% extends "!layout.html" %}
|
|
{% block sidebartitle %}
|
|
{{ super() }}
|
|
<br>
|
|
<a href="api/index.html">API reference</a>
|
|
{% endblock %}
|