page.metafields.custom.simple_text_list
["simple text 1","simple text 2","simple text 3"]
{% for text in page.metafields.custom.simple_text_list.value %}
{{ text }}{%- unless forloop.last -%}, {%- endunless -%}
{% endfor %}
simple text 1,
simple text 2,
simple text 3