aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/500.html
blob: db660a37f69024c9b340e73cd8b7bf23786581ef (plain)
1
2
3
{% extends "base.html"%}
{% block pagetitle %}Server Error{% endblock %}
{% block content %}Sorry...{% endblock %}