{% extends "templates/web.html" %} {% block title %}Payment Success{% endblock %} {%- block header -%}

Payment Success

{% endblock %} {%- block page_content -%}

Your payment has succeeded.

Back to Home

{% endblock %}