<% height = pagelet_options.placeholder.try(:[], :height) %> <% height = height.is_a?(Numeric) ? "#{height}px" : 'auto' %> <% text = pagelet_options.placeholder.try(:[], :text) || 'Loading ...' %>

<%= text %>