Attributes:
<% @attributes.keys.sort.each do |key| %> <% value = @attributes[key] key = key.to_s.titleize %> <% if value.nil? %> <% else %> <% end %> <% end %>
<% if value.is_a?(String) %>
<%= simple_format(value) %>
<% else %> <%= value.ai(html: true, plain: true) %> <% end %>