{% if include.prepend %}
{% if include.prepend == "checkbox" or include.prepend == "radio" %} {% else %} {{ include.prepend }} {% endif %}
{% endif %} {% if include.append %}
{% if include.append == "checkbox" or include.append == "radio" %} {% else %} {{ include.append }} {% endif %}
{% endif %} {% if include.append-link %}
{{ include.append-link }}
{% endif %} {% if include.append-button %} {% assign buttons = include.append-button | split: ',' %}
{% for button in buttons %} {% assign b = button | split: ':' %} {% assign icon = b[0] %} {% assign description = b[1] %} {% include ui/icon.html icon=icon %} {% endfor %}
{% endif %}