Prohibit the use of built-in template names
It should not be possible to use template names like header, navigate, url and so on. These are built-in and should not be overridden.
Currently you can write
define template header() { "Header" } define template main() { header() }
which does not work as expected.
Submitted by Nathan Bruning on 11 April 2010 at 18:01
Log in to post comments