view docs/templates/doc.html @ 684:15b5181b2e42

tests: Add another app config test.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 09 Mar 2016 22:07:43 -0800
parents 61d53d2163d6
children 94d7d5e38571
line wrap: on
line source

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

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