{{extends file="base.html"}}

{{block name=content}}
    <div class='row'>
        <div class='columns small-12'>
                <h2>Oops!</h2>
                <p>
                    The {{$type|default:page}} you tried to open does not
                    exist. You can <a href="javascript:history.back();">
                    go back</a> or <a href="/">go home</a>.
                </p>
                <p>
                    I am an Error 404 (Not Found). Retrying is futile.
                </p>
        </div>
    </div>
{{/block}}