middleman/middleman-core/fixtures/feature-params-app/source/index.html.erb
2011-12-29 15:09:51 -08:00

3 lines
60 B
Plaintext

<% a_options.each do |k, v| %>
<%= k %>: <%= v%>
<% end %>