{# app/templates/platform/homepage-default.html #} {# Default platform homepage template #} {% extends "platform/base.html" %} {% block title %} {% if page %}{{ page.title }}{% else %}Home{% endif %} - Multi-Vendor Marketplace {% endblock %} {% block meta_description %} {% if page and page.meta_description %} {{ page.meta_description }} {% else %} Leading multi-vendor marketplace platform. Connect with thousands of vendors and discover millions of products. {% endif %} {% endblock %} {% block content %}
{% if page %} {# CMS-driven content #}

{{ page.title }}

{{ page.content | safe }}
{% else %} {# Default fallback content #}

Welcome to Our Marketplace

Connect vendors with customers worldwide. Build your online store and reach millions of shoppers.

{% endif %}

Why Choose Our Platform?

Everything you need to launch and grow your online business

Lightning Fast

Optimized for speed and performance. Your store loads in milliseconds.

Secure & Reliable

Enterprise-grade security with 99.9% uptime guarantee.

Fully Customizable

Brand your store with custom themes, colors, and layouts.

Featured Vendors

Discover amazing shops from around the world

Sample Vendor 1

Premium products and exceptional service

Visit Store

Sample Vendor 2

Quality craftsmanship meets modern design

Visit Store

Sample Vendor 3

Eco-friendly products for sustainable living

Visit Store

Ready to Get Started?

Join thousands of vendors already selling on our platform

{% endblock %}