comparison 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
comparison
equal deleted inserted replaced
502:f07b7562328f 503:61d53d2163d6
1 {% extends "section-page.html" %}
2
3 {% block header %}
4 <header class="code">
5 <h1>{{ page.title }}</h1>
6 </header>
7 {% endblock %}
8