<%= ENV.fetch("APP_NAME", "Rails") %>
<%= yield %> <% if content_for?(:subcopy) %>
<%= yield :subcopy %>
<% end %>
© <%= Time.new.year %> <%= ENV.fetch("APP_NAME", "Rails") %>. All rights reserved.