This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
website/templates/error/500.html
Rupus Reinefjord a528892ac8 initial commit
2018-01-11 23:54:26 +01:00

11 lines
280 B
HTML

{% extends "layout.html" %}
{% set title = "500 - Internal Server Error" %}
{% block body %}
<main>
<h2>500 &mdash; Internal Server Error</h2>
<p>It seems like something broke on the server end. Sorry! :S</p>
<p>Try again or try something else.</p>
</main>
{% endblock %}