middleman/middleman-core/fixtures/feature-params-app/source/index.html.erb

3 lines
60 B
Plaintext
Raw Normal View History

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