% yield p = np %> <% url ||= nil %> <% strategy ||= current_attributes_strategy || :none %> <% body = capture do %> <% if url.present? %> <% link_to url do %> <%= p.content_for :body %> <% end %> <% else %> <%= p.content_for :body %> <% end %> <% end %> <% case strategy %> <% when :label %>