Mercurial > piecrust2
view docs/templates/doc.html @ 849:8f8bbb2e70e1
templating: Template engines can now load extensions directly from plugins.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 27 Apr 2017 20:55:07 -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 %}