{% comment %} Widget: Service Selector Expected context: `selector` (ServiceSelectorData) {% endcomment %}
1
{% if title %}{{ title }}{% else %}Select Services{% endif %}
{% if selector.categories %}
{% for cat in selector.categories %} {% endfor %}
{% endif %}
{% for item in selector.items %}
{{ item.title }}
{{ item.duration }} min ${{ item.price }}
{% endfor %}