Mercurial > piecrust2
view docs/templates/api.html @ 549:7453baeb0839
bake: Set the flags, don't combine.
We don't want to combine old flags with new ones, especially if something
went different between the last bake and the current one.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 04 Aug 2015 21:21:08 -0700 |
parents | 61d53d2163d6 |
children | 94d7d5e38571 |
line wrap: on
line source
{% extends "section-page.html" %} {% block header %} <header class="code"> <h1>{{ page.title }}</h1> </header> {% endblock %}