mirror of
https://github.com/corda/corda.git
synced 2024-12-26 16:11: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 %}
|