{% extends "base.html" %} {% block title %}Payment Gateway — litestar-getpaid Example{% endblock %} {% block content %}
{{ message | default("Payment authorization") }}
{{ ext_id[:8] if ext_id|length > 8 else ext_id }}...
Do you authorize this payment?