{% extends 'html/base.html' %} {% block body %} {% include "html/header/default.html" %} {% include "html/page/500.html" %} {% include "html/footer/default.html" %} {% endblock %}