dpaste/pastebin/templates/500.html
2011-05-30 01:03:04 +02:00

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 %}