| <aoweb:exists> |
Conditionally includes the body if the resources with the provided path exists. |
| <aoweb:notExists> |
Conditionally includes the body if the resources with the provided path does not exist. |
| <aoweb:scriptGroup> |
Some scripts may benefit by delaying or batching their execution. This is especially true when making many changes to the DOM. By nesting related script-generating tags inside a scriptGroup, the execution will be batched into a single script. |
| <aoweb:date> |
Prints a browser-local date. The body should evaluate to the number of milliseconds since the Epoch.
If the body is empty, will print |
| <aoweb:dateTime> |
Prints a browser-local date and time. The body should evaluate to the number of milliseconds since the Epoch.
If the body is empty, will print |
| <aoweb:time> |
Prints a browser-local time. The body should evaluate to the number of milliseconds since the Epoch.
If the body is empty, will print |