ikiwiki/doc/todo/Allow_per-page_template_sel...

9 lines
424 B
Plaintext
Raw Normal View History

2007-05-24 18:56:42 +02:00
It'd be nice to be able to specify an altenate template file to be
used for some pages. For example, I'd like most of my pages to use
page.tmpl but I want my front page to be formatted in some unique way,
so I'd like it to use a separate front.tmp template instead.
I'm not sure what syntax to use for this, (\[[template]] seems to be
taken for another purpose already). Perhaps something like
\[[page-template front]] ?).