{% block froala_widget %} {# CSS. #} {% if froala_includeFontAwesome %} {% endif %} {% if froala_includeCodeMirror %} {% endif %} {% if froala_includeCSS %} {% if froala_arrOption[ "theme" ] is defined %} {% endif %} {% for plugin in froala_arrPluginCSS %} {% endfor %} {% endif %} {# Editor textarea. #} {# JS. #} {% if froala_includeCodeMirror %} {% endif %} {% if froala_includeJS %} {% for plugin in froala_arrPluginJS %} {% endfor %} {% endif %} {% if froala_customJS is defined %} {% endif %} {# Load the editor. #} {% endblock %}