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 %}