{% if include.check or include.radio %} {% for i in (1..3) %} {% endfor %} {% elsif include.people %} {% for person in site.data.people limit: 5 %} {% include ui/avatar.html person-id=person.id class="rounded mr-2" %} {{ person.full_name }} {% endfor %} {% elsif include.type == 'text' %} {% else %} {% if include.header %}Dropdown header{% endif %} {% if include.icons %}{% include ui/icon.html icon="settings" class="dropdown-item-icon" %} {% endif %} Action {% if include.badge %}12{% endif %} {% if include.icons %}{% include ui/icon.html icon="edit" class="dropdown-item-icon" %} {% endif %}Another action {% if include.badge %}{% endif %} {% if include.active %}{% if include.icons %}{% include ui/icon.html icon="activity" class="dropdown-item-icon" %} {% endif %}Active action{% endif %} {% if include.disabled %}{% if include.icons %}{% include ui/icon.html icon="user-x" class="dropdown-item-icon" %} {% endif %}Disabled action{% endif %} {% if include.separated %}
{% if include.icons %}{% include ui/icon.html icon="plus" class="dropdown-icon" class="dropdown-item-icon" %} {% endif %}Separated link {% endif %} {% endif %}