{% if sections.community.badge %} {{ sections.community.badge }} {% endif %}

{{ sections.community.title }}

{{ sections.community.subtitle }}

{% if sections.community.stats %}
{% for stat in sections.community.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %} {% if sections.community.highlights %}
{% for highlight in sections.community.highlights %}
{% if highlight.image %}
{{ highlight.title }}
{% endif %}

{{ highlight.title }}

{{ highlight.description }}

{% if highlight.link_url and highlight.link_text %} {{ highlight.link_text }} {% endif %}
{% endfor %}
{% endif %} {% if sections.community.featured %}
{{ sections.community.featured.badge }}

{{ sections.community.featured.title }}

{{ sections.community.featured.description }}

{% if sections.community.featured.cta_url and sections.community.featured.cta_text %} {{ sections.community.featured.cta_text }} {% endif %}
{% if sections.community.featured.image %}
{{ sections.community.featured.title }}
{% endif %}
{% endif %} {% if sections.community.testimonials %}

{{ sections.community.testimonials.title }}

{% for testimonial in sections.community.testimonials.items %}
{{ testimonial.quote }}
{% if testimonial.avatar %}
{{ testimonial.name }}
{% endif %}
{{ testimonial.name }}
{% if testimonial.title %}
{{ testimonial.title }}
{% endif %}
{% endfor %}
{% endif %} {% if sections.community.cta %}

{{ sections.community.cta.title }}

{{ sections.community.cta.description }}

{% for button in sections.community.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% endif %}