<%= stylesheet_link_tag 'instiki' unless @inline_style %> <% if @web %> <%= auto_discovery_link_tag(:rss, :controller => 'wiki', :web => @web.address, :action => 'rss_with_headlines') %> <%= auto_discovery_link_tag(:rss, :controller => 'wiki', :web => @web.address, :action => 'rss_with_content') %> <% end %>

<% if @page and (@page.name == 'HomePage') and %w( show published print ).include?(@action_name) %> <%= @web.name %> <% elsif @web %> <%= @web.name %>
<%= @title %> <% else %> <%= @title %> <% end %>

<% if @error or @flash[:error] %>

<%= escape_preserving_linefeeds(@error || @flash[:error]) %>


<% end %> <% if @flash[:info] %>

<%= escape_preserving_linefeeds @flash[:info] %>


<% end %> <%= render 'navigation' unless @web.nil? || @hide_navigation %> <%= @content_for_layout %> <% if @show_footer %> <% end %>