%= phraseapp_in_context_editor_js %>
<% if defined?(@page_title) %> <%= @page_title %> <% else %> <% if defined?(@page_subtitle) %> <%= @page_subtitle %> <% else %> <%= controller.action_name=="index" ? "" : controller.action_name.humanize.titleize %> <%= controller.action_name=="index" ? controller.controller_name.humanize.titleize : controller.controller_name.singularize.humanize.titleize %> <% end %> | <%= ArchiveConfig.APP_NAME %> <% end %>
<%= render 'layouts/includes' %> >
<%= ts("Main Content") %>
<%= ts("Sign Up") %>
<%= yield %> <%= render 'layouts/footer' %>
<%= render 'layouts/javascripts' %>