<% if @admin and not @page_caching %>
Drop attachments here
<% unless @images.empty? and @attachments.empty? %> <% end %>
Images
<% @images.each do |src| %> <% end %>
Other file attachments
<% @attachments.each do |src| %> <%= src.split('/').last %> <% end %>
<%= title(@page) do %>Page title<% end %>
<%= javascript_include_tag 'rubber_ring/application' %> <% end %>