log piecrust/templating/jinjaengine.py @ 485:c40b7923c474

age author description
Wed, 22 Jul 2015 00:07:57 -0700 Ludovic Chabant jinja: Support `.j2` file extensions.
Mon, 06 Jul 2015 21:32:40 -0700 Ludovic Chabant templating: Let Jinja2 cache the parsed template for page contents.
Thu, 02 Jul 2015 23:28:24 -0700 Ludovic Chabant bug: Fix infinite loop in Jinja2 rendering.
Tue, 30 Jun 2015 21:39:20 -0700 Ludovic Chabant performance: Only use Jinja2 for rendering text if necessary.
Sun, 17 May 2015 15:28:23 -0700 Ludovic Chabant jinja: Look for `html` extension first instead of last.
Mon, 20 Apr 2015 22:34:49 -0700 Ludovic Chabant data: Also expose XML date formatting as `xmldate` in Jinja.