Better handling of configuration file
[cascardo/ipsilon.git] / templates / internalerror.html
1 {% extends "master.html" %}
2 {% block main %}
3 <div class="col-sm-12">
4   <h1>500 - Internal Server Error</h1>
5   {% if message: %}
6     <p>{{ message }}</p>
7   {% else %}
8     <p>Ipsilon encountered an unexpected internal error while trying to
9        fulfill your request.</p>
10   {% endif %}
11   <p>Please retry again.</p>
12   <p>If the error persists, contact the server administrator to resolve
13      the problem.</p>
14 </div>
15 {% endblock %}