view docs/templates/api.html @ 503:61d53d2163d6

docs: Start a proper "code/API" section.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Jul 2015 23:35:11 -0700
parents
children 94d7d5e38571
line wrap: on
line source

{% extends "section-page.html" %}

{% block header %}
<header class="code">
    <h1>{{ page.title }}</h1>
</header>
{% endblock %}