{# app/templates/platform/base.html #} {# Base template for platform public pages (homepage, about, faq, etc.) #} {# Dynamic page title #} {% block title %}Multi-Vendor Marketplace Platform{% endblock %} {# SEO Meta Tags #} {# Favicon #} {# Platform color scheme #} {# Fonts: Local fallback + Google Fonts #} {# Tailwind CSS v4 (built locally via standalone CLI) #} {% block extra_head %}{% endblock %} {# Header / Navigation #}
{# Main Content #}
{% block content %}{% endblock %}
{# Footer #} {# Scripts #} {% block extra_scripts %}{% endblock %}