{% assign items = include.items | default: "Push Notifications:1,SMS Notifications,Email Notifications:1" | split: ',' %}
{% for item in items %} {% assign item-options = item | split: ':' %}
{% endfor %}