8 lines
No EOL
185 B
HTML
8 lines
No EOL
185 B
HTML
{% extends '_base.html' %}
|
|
|
|
{% block title %}500 Server Error{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>500 Server Error</h1>
|
|
<p>Looks like something went wrong!</p>
|
|
{% endblock content %} |