{# app/templates/platform/pricing.html #} {# Standalone Pricing Page #} {% extends "platform/base.html" %} {% block title %}Pricing - Wizamart{% endblock %} {% block content %}
{# Header #}

Choose Your Plan

All plans include a {{ trial_days }}-day free trial. No credit card required to start.

{# Billing Toggle #}
Monthly Annual Save 2 months!
{# Pricing Cards #}
{% for tier in tiers %} {% endfor %}
{# Back to Home #}
{% endblock %}