snipt/snipt/templates/500.html

9 lines
155 B
HTML
Raw Normal View History

2011-06-01 21:50:18 -07:00
{% extends "base.html" %}
{% block page-title %}Server Error - {{ block.super }}{% endblock %}
{% block content %}
500: Server Error
{% endblock %}