{% extends "admin/base_site.html" %} {% block extrahead %}{{ block.super }} {% endblock extrahead %} {% block content %} {% for lucid_tag in lucid_tags %} {% endfor %}
list of all existing lucidTags
plugin name lucidTag example Plugin DocString
{{ lucid_tag.plugin_name }} {% if lucid_tag.fallback_example %}
{% else %} {% for example in lucid_tag.examples %}
{% endfor %} {% endif %}
{% if lucid_tag.doc %}{{ lucid_tag.doc }}{% else %}(no DocString){% endif %}

context keys

(Note: Not all of these tags are useable into page template or page content)

{% endblock content %}