{# app/templates/platform/base.html #} {# Base template for platform pages (homepage, about, faq, pricing, signup, etc.) #} {# Dynamic page title #} {% block title %}Orion - Order Management for Letzshop Sellers{% endblock %} {# SEO Meta Tags #} {# Favicon #} {# Platform color scheme #} {# Fonts: Local fallback + Google Fonts #} {# Tailwind CSS v4 (built locally via standalone CLI) #} {# Flag icons for language selector #} {% block extra_head %}{% endblock %} {# Header / Navigation #}
{# Main Content #}
{% block content %}{% endblock %}
{# Footer #} {# Scripts #} {% block extra_scripts %}{% endblock %}