mirror of
https://github.com/fergalmoran/fsai-api.git
synced 2026-01-31 12:54:47 +00:00
6 lines
157 B
HTML
6 lines
157 B
HTML
{% extends 'layouts/base.html' %}
|
|
|
|
{% block content %}
|
|
<h1 class="ui header">500</h1>
|
|
<h3 class="ui header">Internal Server Error</h3>
|
|
{% endblock %} |