{% extends "base.html" %}

{% block content %}
    <div style="margin-top: 2em;" class="ui one column centered grid">
        <img alt="Error 500 Image" class="ui medium circular image" src="{{ url_for('static',filename='img/500.png') }}">
    </div>
    <div style="margin: 1.5em;" class="ui one column centered grid">
        <h2 class="ui header">Something went wrong... But it's not your fault!</h2>
    </div>
{% endblock %}