How to use default layout for error pages instead of errorXXX views

Comparing #1 with #4

Content

[...]
<div>
<?php echo $error['message']; ?>
</div>
```

Now all application errors are rendered using the default application layout.