<%= stylesheet_link_tag "application", :media => "all" %> <%= stylesheet_link_tag "print", :media => "print" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= favicon_link_tag 'favicon.ico' %> <%= favicon_link_tag 'apple-touch-icon.png', :rel => 'apple-touch-icon', :type => 'image/png' %> <%= auto_discovery_link_tag(:rss, {:controller => "todos", :action => "index", :format => 'rss', :token => "#{current_user.token}"}, {:title => t('layouts.next_actions_rss_feed')}) %> <%= @page_title %>

<% if @count -%> <%= @count %> <% end -%> <%= l(Date.today, :format => current_user.prefs.title_date_format) %>

<%= render_flash %>
<%= yield %>
<%= render :partial => "shared/footer" %>