TODO: Add more information here
See also: How to change a plugin template
You can change the global page template in the Django admin site. The templates are stored under Django admin site -> Dbtemplates -> templates".
A easy way to edit the current page template, is a link in the pylucid menu under:
You can use many tags into your page template.
(You get a lucidTag list by editiny any page and klick on the button tag list)
TODO: Add a list here
The AJAX views replace the area marked with id="page_content"
You must add this around the content, so that the AJAX view can replace the content. Typical it looks like this: