<%= stylesheet_link_tag theme_asset_path("css/main.css") %> <%= javascript_include_tag theme_asset_path("js/main.js") %> <%= raw the_head %> ">
<% if is_home? %> <%= yield %> <% else %>
<%= yield %>
<% end %>