<% content_for :style do %> <%= stylesheet_link_tag "home" %> <% end %>
<%= ENV['APP_NAME'] %>を作ってみよう
<% content_for :navibar do %>
<%= image_tag("home_on.png", :class => "nvi-bar-icon-img") %>
<%= image_tag("message_off.png", :class => "nvi-bar-icon-img") %>
<%= image_tag("setting_off.png", :class => "nvi-bar-icon-img") %>
<% end %> <% content_for :script do %> <% end %>