pkmntrade.club/templates/500.html
2025-02-26 00:17:06 -08:00

8 lines
No EOL
185 B
HTML

{% extends '_base.html' %}
{% block title %}500 Server Error{% endblock %}
{% block content %}
<h1>500 Server Error</h1>
<p>Looks like something went wrong!</p>
{% endblock content %}