1 [[plugins/edittemplate]] looks for the specified template relative to the
2 page the directive appears on. Which can be handy, eg, make a
3 blog/mytemplate and put the directive on blog, and it will find
4 "mytemplate". However, it can also be confusing, since other templates
5 always are looked for in `templates/`.
7 I think it should probably fall back to looking for `templates/$foo`.