{% block widgetVars %} {% endblock %}

{% block title %} Edit Widget {% endblock %}

{# Certain widgets, like the slideshow, are best off overriding all of this at one go #} {% block formAll %} {% block formBody %} {% endblock %} {% block previewButton %} {% endblock %}
{# We decided to move float preview into the main area editor so #} {# this preview is just for things whose appearance is not obvious #} {# or which require custom settings be tweaked (example: RSS feed) #}
{% block formAfterPreview %} {% endblock %} {% endblock %}