List of all available plugin tags:
-
{% for plugin in plugin_list %}
-
{% lucidTag {{ plugin.plugin_name }} {{ plugin.arguments }} %} - {{ plugin.description }}
{% endfor %}
List of all PAGE tags:
-
{% for field in page_fields %}
-
{{ PAGE.{{ field.name }} }} - {{ field.help_text }}
{% endfor %}