New Page

Create a new HTML page

<% if @errors %>
<% @errors.each do |error| %> <%= error %> <% end %>
<% end %>
<%== csrf_token_input_html %>

What's the name of your page?

.html

Note: We will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .

Page must not already exist.

If you want to make this the index page (and an index page doesn't exist), name it index.html.