mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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 %}
|