500.html 185 B

12345678
  1. {% extends '_base.html' %}
  2. {% block title %}500 Server Error{% endblock %}
  3. {% block content %}
  4. <h1>500 Server Error</h1>
  5. <p>Looks like something went wrong!</p>
  6. {% endblock content %}