{%- import "apostrophe-schemas:macros.html" as schemas -%} {# A macro for our code editor control's content #} {% macro codeEditor(field) %}
{# This is where all lists of options appear here #}
{% endmacro %} {# Wrap our content in a standard fieldset #} {{ schemas.fieldset(data, codeEditor) }}