Mercurial > piecrust2
view docs/templates/doc.html @ 991:1857dbd4580f
bake: Fix bugs introduced by bake optimizations, of course.
- Make the execution stats JSON-serializable.
- Re-add ability to differentiate between sources used during segment rendering
and during layout rendering. Fixes problems with cache invalidation of
pages that use other sources.
- Make taxonomy-related stuff JSON-serializable.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Nov 2017 23:06:47 -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 %}