✨ {{ sections.about.title }}

{{ sections.about.subtitle }}

{{ sections.about.content }}

{% if sections.about.timeline %}
{% for item in sections.about.timeline %}
{{ item.year }} {{ item.title }}

{{ item.description }}

{% endfor %}
{% endif %}
{% if sections.about.media %}
{{ sections.about.media.alt }} {% if sections.about.media.stat_value %}
{{ sections.about.media.stat_value }}
{{ sections.about.media.stat_label }}
{% endif %}
{% endif %} {% if sections.about.stats %}
{% for stat in sections.about.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %}