<% if request.path =~ /\/html\/10?/ %>
<% else %>
<% end %>

<%= @section.upcase %> Tutorial

Page <%= @page %>/10

<%== erb "tutorial/#{@section}/#{@page}".to_sym, layout: false %>
<% if request.path =~ /\/html\/10?/ %> <% else %>
<% if request.path =~ /\/html\/9/ %>

Saving your tutorial work will replace anything currently in your index.html. If you've modified it before, make sure there isn't anything valuable there before you proceed!

Don't Save Save to <%= current_site.username %>.neocities.org
<% else %> <% end %>

HTML

<%== encoding_fix default_tutorial_html %>

Site Preview

<% end %>