{% extends "base.html" %} {% block title %}Not Found — litestar-getpaid Example{% endblock %} {% block content %}

404 — Not Found

{{ message | default("The requested page was not found.") }}

Back to Home
{% endblock %}