<% add_to_page_title "Outpost" %> <%= page_title %> <%= stylesheet_link_tag "outpost/application" %> <%= javascript_include_tag "outpost/application" %> <%= csrf_meta_tags %> <% if current_user %> <% end %>
"> <%= render_flash_messages %> <%= yield %>
<% if content_for?(:sidebar) %>
<%= yield :sidebar %>
<% end %>
<%= yield :footer %>