{% load static %} {% for section in sections %} {% if section.section_type == "hero" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.subtitle %}

{{ section.subtitle }}

{% endif %} {% if section.content %}
{{ section.rendered_content }}
{% endif %}
{% with items=section.items.all %} {% if items %} {% endif %} {% endwith %}
{% elif section.section_type == "intro" %}
{% if section.title %}

{{ section.title }}

{% endif %} {% if section.content %}
{{ section.rendered_content }}
{% endif %}
{% with items=section.items.all %} {% if items %}
{% for item in items %} {% if item.is_featured and item.image %} {% else %} {% include "partials/_standard_item_card.html" with item=item %} {% endif %} {% endfor %}
{% include "partials/_section_featured_screenshots.html" with items=items %} {% endif %} {% endwith %}
{% elif section.section_type == "grid" %}
{% if section.badge or section.title %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %}
{% endif %} {% if section.content %}
{{ section.rendered_content }}
{% endif %} {% with items=section.items.all %} {% if items %}
{% for item in items %} {% if item.is_featured and item.image %} {% else %} {% include "partials/_standard_item_card.html" with item=item %} {% endif %} {% endfor %}
{% include "partials/_section_featured_screenshots.html" with items=items %} {% endif %} {% endwith %}
{% elif section.section_type == "history" %}
{% with links=section.items.all %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.content %}
{{ section.rendered_content }}
{% endif %} {% if links %} {% endif %}
{% endwith %}
{% elif section.section_type == "custom" %}
{% if section.badge or section.title %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %}
{% endif %} {% if section.content %}
{{ section.rendered_content }}
{% endif %} {% with items=section.items.all %} {% if items %}
{% for item in items %} {% if item.is_featured and item.image %} {% else %} {% include "partials/_standard_item_card.html" with item=item %} {% endif %} {% endfor %}
{% include "partials/_section_featured_screenshots.html" with items=items %} {% endif %} {% endwith %}
{% elif section.section_type == "features" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% for item in section.items.all %} {% include "partials/_linked_card_open.html" with url=item.url card_class="feature-card" %} {% if item.icon %}{% endif %}

{{ item.title }}

{{ item.content }}

{% include "partials/_linked_card_close.html" with url=item.url %} {% endfor %}
{% elif section.section_type == "screenshots" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% for item in section.items.all %} {% if item.image %} {% include "partials/_linked_card_open.html" with url=item.url card_class="screenshot-item" %} {{ item.image_alt|default:item.title }} {% include "partials/_linked_card_close.html" with url=item.url %} {% endif %} {% empty %}
Application screenshot
Application screenshot
Application screenshot
Application screenshot
{% endfor %}
{% elif section.section_type == "products" %} {% if homepage_products %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% endif %} {% elif section.section_type == "products_catalog" %} {% if homepage_products_catalog %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% for product in homepage_products_catalog %}
{% if product.image %}
{{ product.name }}
{% endif %}

{{ product.name }}

{{ product.short_description }}

{{ product.description }}

Explore {{ product.name }}
{% if product.sub_products.all %}

Modules

{% endif %}
{% endfor %}
{% endif %} {% elif section.section_type == "problems" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% for item in section.items.all %} {% include "partials/_linked_card_open.html" with url=item.url card_class="problem-item" %} {% if item.icon %}{% endif %}

{{ item.title }}

{{ item.content }}

{% include "partials/_linked_card_close.html" with url=item.url %} {% endfor %}
{% elif section.section_type == "supporters" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}
{{ section.rendered_content }}
{% endif %}
{% for item in section.items.all %} {% include "partials/_linked_card_open.html" with url=item.url card_class="supporter-card" %} {% if item.image %} {% endif %}

{{ item.title }}

{% if item.content %}

{{ item.content }}

{% endif %}
{% include "partials/_linked_card_close.html" with url=item.url %} {% endfor %}
{% elif section.section_type == "about_strip" %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

{% elif section.content %}

{{ section.rendered_content }}

{% endif %} {% if section.link_text and section.link_url %} {{ section.link_text }} {% endif %}
{% elif section.section_type == "faq" %}
{% if section.badge or section.title %}
{% if section.badge %}
{{ section.badge }}
{% endif %} {% if section.title %}

{{ section.title }}

{% endif %}
{% endif %} {% with items=section.items.all %} {% if items %}
{% for item in items %} {% if item.url %} {% include "partials/_linked_card_open.html" with url=item.url card_class="faq-item faq-item--link" %}
{{ item.title }}
{% if item.content %}{% endif %} {% include "partials/_linked_card_close.html" with url=item.url %} {% else %}
{% endif %} {% endfor %}
{% endif %} {% endwith %}
{% elif section.section_type == "video" %} {% include "partials/_video_section.html" with section=section %} {% endif %} {% empty %}

No content configured yet. Add sections in the admin panel.

{% endfor %}