mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-16 00:22:54 +11:00
10 lines
204 B
HTML
10 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 %}
|