{% extends 'base/base.html' %} {% load static %} {% block title %}Internal Server Error{% endblock %} {# Don't show a navbar nor footer here #} {% block navbar %}{% endblock %} {% block footer %}{% endblock %} {% block content %}

500

Opps! Something went wrong.

The server encountered an internal error or misconfiguration and was unable to complete your request.

Go Home
{% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}