debug helper fun unfold.debug_dom + various
[unfold.git] / unfold / templates / plugin.html
index 56ec166..7dfbfe2 100644 (file)
@@ -1,4 +1,3 @@
-{#<!--begin {{ classname }}{{ domid }}-->#}
 {% if visible %}
 <div class='plugin-toggle{% if need_spin %} need-spin{% endif %}' id='complete-{{ domid }}'>
 {% if togglable %}
@@ -11,9 +10,8 @@
 
 <div class='plugin {{ classname }}' id='{{ domid }}'{% if not toggled %} style='display:none;'{% endif %}>
 {{ plugin_content|safe }}
-</div><!--plugin {{ classname }}{{ domid }}-->
+</div>{# plugin #}
 
 {% if visible %}
-</div>
+</div>{# plugin-toggle #}
 {% endif %}{# visible #}
-{#<!--end {{ classname }}{{ domid }}-->#}