mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
9 lines
204 B
HTML
9 lines
204 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block headline %}
|
|
<h1>500 Internal Server Error</h1>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<p>Sorry, there was an error with your request. My fault!</p>
|
|
{% endblock %}
|