one:
<%- for attribute in model_attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<%- end -%>

two:
<%- for attribute in model_attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<%- end -%>
