view docs/templates/api.html @ 824:e01473c3ea7e

Allow page source to post-process page config at the end of page loading
author Ben Artin <ben@artins.org>
date Tue, 27 Dec 2016 04:09:38 -0500
parents 61d53d2163d6
children 94d7d5e38571
line wrap: on
line source

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

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