{% extends 'base.html' %} {% block title %}Pay with Stripe{% endblock %} {% block head %}{% endblock %} {% block content %}

PAY WITH STRIPE

{% if stripe_checkout_session_id %} {% endif %} {% endblock %} {% block pagesource %}/templates/stripe.html{% endblock %}