{%- import 'util/macros.html' as macros with context -%} {% macro toggle_section(title, id, name, flag, below_text, disabled) %}
{% if below_text %} {{below_text|safe}} {% endif %}
{% endmacro %} {% macro color_section(id, form_action, form_name, section_title, current_color) %}
{% for themecolor in COLORS %} {% endfor %}

Or type a color hex code:

{% endmacro %} {% macro line_text_section(id, form_action, form_name, section_title, contents, below_text, placeholder_text, button_text, show_marseys, minlength, maxlength, pattern, show_if, disabled) %} {% if show_if -%}
{% if show_marseys %}
{% endif %} {{below_text}}
{%- endif %} {% endmacro %} {% macro text_area_section(id, form_action, form_name, section_title, contents, below_text, placeholder_text, show_extras, show_file_upload, maxlength, show_if) %} {% if show_if -%}
{% if show_extras %}
{% if show_file_upload %} {{macros.file_input('file-upload-common', False)}} {% endif %}
{% endif %}
{{below_text}}
{%- endif %} {% endmacro %}