]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/Allow_per-page_template_selection.mdwn
analysis
[git.ikiwiki.info.git] / doc / todo / Allow_per-page_template_selection.mdwn
1 It'd be nice to be able to specify an altenate template file to be
2 used for some pages. For example, I'd like most of my pages to use
3 page.tmpl but I want my front page to be formatted in some unique way,
4 so I'd like it to use a separate front.tmp template instead.
6 I'm not sure what syntax to use for this, (\[[template]] seems to be
7 taken for another purpose already). Perhaps something like
8 \[[page-template front]] ?).