{# app/templates/platform/homepage-minimal.html #} {# Minimal/clean platform homepage template #} {% extends "platform/base.html" %} {% block title %} {% if page %}{{ page.title }}{% else %}Home{% endif %} - Marketplace {% endblock %} {% block content %}
{% if page %}

{{ page.title }}

{{ page.content | safe }}
{% else %}

Multi-Vendor
Marketplace

The simplest way to launch your online store and connect with customers worldwide.

{% endif %} Get Started

Fast

Lightning-fast performance optimized for conversions

🔒

Secure

Enterprise-grade security for your peace of mind

🎨

Custom

Fully customizable to match your brand identity

Ready to launch?

Join our marketplace today

{% endblock %}