<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> <%= tr8n_scripts_tag %>
<% if current_user and not current_user.guest? %> <%=platform_logout_url_tag(tr("Not {user}?", "", :user => current_user))%> <% end %>

<%=tr("Sample Application")%>

 
<%= yield %>