mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-06-15 13:09:59 +00:00
13 lines
404 B
HTML
13 lines
404 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="text-center py-5">
|
|
<h1 class="display-1">500</h1>
|
|
<h2>Internal Server Error</h2>
|
|
<p class="lead">
|
|
Sorry, something went wrong on our end. We are looking into it.
|
|
</p>
|
|
<a href="{{ url_for('core.index') }}" class="btn btn-primary mt-3">Go Back Home</a>
|
|
</div>
|
|
{% endblock %}
|