{% if error_status == "500" %} 500 Internal Server Error {% elif error_status == "404" %} 404 Not Found {% endif %}

Make your web development more efficient.

Error Detail

{% if error_status == "500" %} Sorry, something error has occured on server. {% elif error_status == "404" %} Sorry, requested page doesn't exist on Django Scaffold. {% endif %}