view tests/bakes/test_theme_site.yaml @ 1175:d0f86d9a9d40

wsgi: Better logging for the admin app.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 May 2020 21:55:41 -0700
parents 45ad976712ec
children
line wrap: on
line source

---
theme_config:
    site:
        title: "Some Test Theme"
in:
    pages/foo.html: "This is: {{site.title}}"
outfiles:
    foo.html: "This is: Some Test Theme"
---
theme_config:
    site:
        title: "Some Test Theme"
in:
    pages/foo.html: "This is: {{foo}}"
    configs/theme_preview.yml: "foo: bar"
outfiles:
    foo.html: "This is: bar"