zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #04977
Re: Export templates
> Not really, but you could construct a template that is one big "if ...
> else ..." and includes the two templates.
To select the appropriate template I'd like to use a meta setting,
something similar to:
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.4
Template: foo
And in the template:
[% IF page.meta.Template == "Foo" %] ... [% END %]
Technically this works, but generates an awful amount of warnings.
I couldn't find a way to test whether a page has a meta, and whether this
meta has the key.
Did I miss a hidden equivalent to the python 'key in dict' test?
Follow ups
References