{% block froala_widget %} {# CSS. #} {% if includeFontAwesome %} {% endif %} {% if includeCodeMirror %} {% endif %} {% if includeCSS %} {% if arrOption[ "theme" ] is defined %} {% endif %} {% for plugin in arrPluginCSS %} {% endfor %} {% endif %} {# Editor textarea. #} {# JS. #} {% if includeJQuery %} {% endif %} {% if includeCodeMirror %} {% endif %} {% if includeJS %} {% for plugin in arrPluginJS %} {% endfor %} {% endif %} {% if customJS is defined %} {% endif %} {# Load the editor. #} {% endblock %}