Mercurial > piecrust2
view tests/bakes/test_variant.yaml @ 995:601f4a236ee5
bug: Fix crash on Python 3.6.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 12 May 2017 09:26:06 -0700 |
parents | 894d286b348f |
children | 72f17534d58e |
line wrap: on
line source
--- config: what: not good config_variant: test in: pages/_index.md: 'This is {{what}}.' configs/test.yml: 'what: awesome' out: index.html: 'This is awesome.' --- config: what: not good config_values: what: awesome in: pages/_index.md: 'This is {{what}}.' out: index.html: 'This is awesome.'