6 lines
164 B
HTML
6 lines
164 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}API{% endblock %}
|
|
{% block content %}
|
|
See the <a href="how.html">Index to Technical Documentation</a>.
|
|
{% endblock %}
|