<% content_for "optionals" do %>
Tags

<% if @all_tags %> <% @all_tags.each do |tag| %> <%= link_to tag, :tag => tag %>
<% end %> <% end %>
<% end %>