1 I initially thought this wasn't actually necessary - the combination
2 of [[plugins/template]] with [[plugins/contrib/field]]'s `pagetemplate`
3 hook ought to provide the same functionality. However, `template`
4 doesn't run `pagetemplate` hooks; a more general version of this
5 plugin would be to have a variant of `template` that runs `pagetemplate`
6 hooks (probably easiest to just patch `template` to implement a
7 second directive, or have a special parameter `run_hooks="yes"`,
10 Another missing thing is that `ftemplate` looks in
11 the "system" templates directories, not just in the wiki, but that
12 seems orthogonal (and might be a good enhancement to `template` anyway).