6 lines
188 B
HTML
6 lines
188 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}API{% endblock %}
|
|
{% block content %}
|
|
See the <a href="{{ site_url('docs/how') }}">Index to Technical Documentation</a>.
|
|
{% endblock %}
|