<% page_title "Page Not Found" %> <%# Note that we have to clear out the existing contents of the functions and html_head content because you can have an error occur in the view after stuff has been already set in those variables %> <% @content_for_functions = "" %> <%= content_for :functions, "

#{ page_title }

" %> <% @content_for_html_head = "" %> <% content_for :html_head do %> <% end %>

There is no page at <%= @path %>