{#

Form field attribute macro

Variables:

- attributes:   An array of attributes to be applied to the form field.

#}

{% macro render(attributes) %}
    {% for attr, val in attributes %}
        {% if val and (attr == 'required' or attr == 'disabled') %}
            {{ attr }}
        {% elseif not val %}
        {% else %}
            {{ attr }}="{{ val }}"
        {% endif %}
    {% endfor %}
{% endmacro %}
site_name_prefix: Office of
site_name: Learning Relations Excellence
site_slogan: Additional text or site slogan
address_1: 100 Building Name
address_2: 1 Oval Mall
city: Columbus
state: OH
zip: '43210'
contact_email: email@osu.edu
contact_phone: 614-292-OHIO
contact_tty: 614-688-8605

No notes defined.