<%
content_for :title do 'Add New File' end
%>
<h1>New file</h1>

<%= render 'form' %>

<%= link_to 'Back', files_path %>
