<%= stylesheet_link_tag 'masterview/style' %> <%= stylesheet_link_tag 'masterview/sidebox' %> <%= stylesheet_link_tag 'masterview/color-scheme' %> <%= javascript_include_tag :defaults %>

Create Empty Shell Template

<% if @flash[:notice] %>
<%= h @flash[:notice] %>
<% end %>

Submitting this form will copy/import the layout from the source MasterView template file and will create a new MasterView template file (controller/action.html) containing the imported layout. By providing a action name, it will create some default placeholder content in the file. It will not create any controller class methods or models.

<%= File.basename(params[:id], '.html') %> (Template to copy layout from)
(example: list)