For more help, visit the WebGUI Community Wiki.
- body.content
- The the content on the current page.
- head.tags
- Tags that WebGUI automatically generates for you so that caching works the way it should, search engines can find you better, and other useful automated functionality. This should go in the <head> </head> section of your style.
NOTE: This is for backwards-compatibility only. You should use 'head_attachments' and 'body_attachments' now.
We suggest using something like this in the <title> </title> portion of your style:
^PageTitle(); - ^c();
That particular example will help you get good ranking on search engines.
- head_attachments
- Tags that belong only in the <head> of the document. If you use this, you must use body_attachments and must not use head.tags.
- body_attachments
- Tags that can be placed right before the end of the <body> to speed up page load times. If you use this, you must use head_attachments and must not use head.tags.