fuckyourday/templates/500.html

9 lines
190 B
HTML
Raw Normal View History

2024-03-29 16:04:34 -05:00
<!-- 500.html -->
{% extends 'error.html' %} {% block content %}
<div>
<h1>{{ error }}</h1>
<h2>oops!</h2>
<p><br />Hang tight, let's try this again.</p>
</div>
{% endblock %}