mirror of
https://github.com/tildeclub/fosspay.git
synced 2026-01-24 19:20:18 +00:00
6 lines
134 B
HTML
6 lines
134 B
HTML
{% extends "layout.html" %}
|
|
{% block container %}
|
|
<h1>500 Internal Error</h1>
|
|
<p><a href="/">Trying to donate?</a></p>
|
|
{% endblock %}
|