Albatross's templating engine supports a number of special html tags which interact with the application framework.

XXX Explain order in which namespaces which are searched when resolving variables inctx.locals. Looks in (XXX incomplete and unordered):

Application tags are the interface between the generation of HTML and the application.

When tags aren't recognised they are just emitted as-is, no error logging is performed. This could be considered a bug but it simplifies the parsing and allows for new tags to be introduced without interfering with existing apps.

None: Tags (last edited 2011-02-15 06:05:18 by localhost)