def not_found
    respond_to do |format|
      format.html {render "status_404", status: :not_found, locals: { status: 404, title: title(404) }}
      format.all { render body: nil, status: :not_found }