<% @attributes.each do |attribute| %>

<%= attribute.name %>

Description

<%= htmlify attribute.docstring %> <%= yieldall :object => attribute, :owner => object %>

JSON and default value

JSON Default value
<% if object.type == :cookbook %> <%= htmlify attribute.to_json %> <% end %> <%= htmlify attribute.default %>
<% end %>