Files
macports-webapp/app/templates/500.html

14 lines
315 B
HTML

{% extends 'layout.html' %}
{% block title %}500 Internal Server Error |{% endblock %}
{% block content %}
<br>
<br>
<div class="text-center container" style="max-width: 700px">
<h3>500 Internal Server Error</h3>
<p>Please try again. If the problem persists, kindly report.
</p>
</div>
{% endblock %}