description = "About" == {# ABOUT #}
{{ this.theme.about_pretitle }}

{{ this.theme.about_title }}

{{ this.theme.about_text|raw }}
{% if this.theme.about_repeater|length > 0 %}
{% for item in this.theme.about_repeater %}
{{ item.number }}
{{ item.title }}
{% endfor %}
{% endif %}