summaryrefslogtreecommitdiff
path: root/doc/todo/Allow_per-page_template_selection.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-24 16:56:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-24 16:56:42 +0000
commit2c0105a93314c05f290ee5882bf258c74b333595 (patch)
treefe2d463bfe726e4b3be5700282b5a8a4ffd0de4d /doc/todo/Allow_per-page_template_selection.mdwn
parente4dcc03b4e6c08f171587c9d55e99ba4fadcda51 (diff)
web commit by cworth
Diffstat (limited to 'doc/todo/Allow_per-page_template_selection.mdwn')
-rw-r--r--doc/todo/Allow_per-page_template_selection.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/Allow_per-page_template_selection.mdwn b/doc/todo/Allow_per-page_template_selection.mdwn
new file mode 100644
index 000000000..ba12e296d
--- /dev/null
+++ b/doc/todo/Allow_per-page_template_selection.mdwn
@@ -0,0 +1,8 @@
+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]] ?).