Menu:

page message
  • PageMeta change-templates existiert nicht in der bevorzugten Sprache deutsch, benutzte english.

Howto change the PyLucid Templates.

TODO: Add more information here

See also: How to change a plugin template

↑ edit view  #

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:

  • edit page -> edit current look -> page template

↑ tags  #

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

↑ important  #

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:

HTML+Django/Jinja
1
2
3
<div id="page_content">
    {% block content %}{{ page_content }}{% endblock content %}
</div>
tag navi customise | template
Fork me on GitHub