summaryrefslogtreecommitdiff
path: root/yaksh/templates/500.html
blob: d02721fc4765dbaf228dc802bfa77d61fd57049c (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}
Internal Server error.<br />
This event will be reported.<br />
Sorry for the inconvinience.
{% endblock %}