{% if visible %}
{% if hidable %} {% if hidden %}

» Show {{ classname }}

{% else %}

« Hide {{ classname }}

{% endif %} {% endif %} {% endif %}
{{ plugin_content|safe }}
{% if visible %}
{% endif %} {# Plugin initialization (if the plugin has the right structure) - from plugin.php #} {# note: that's the spirit but using {% insert %} is not reliable enough #} {# so for now this doesn't make it back to the browser #} {% insert prelude_js %} if (typeof jQuery('#{{ uuid }}').$title != 'undefined') { jQuery('#{{ uuid }}').$title({ {{ settings_json }} plugin_uuid: '{{ uuid }}' }); //jQuery('#{{ uuid }}').$title('show'); }; {% endinsert %}