mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
14 lines
315 B
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 %}
|