view docs/templates/doc.html @ 948:6c445771a8dc

internal: Fix caching issues with config variants. Before, changing config variant values could incorrectly re-use a previously cached config as long as there were the same number of variants. Now we build a stricter cache hash based on the actual values.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 00:26:25 -0700
parents 61d53d2163d6
children 94d7d5e38571
line wrap: on
line source

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

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