<%# this is a comment %> <% @posts.each do |post| %>

<%= link_to post.title, post %>

<% end %> <%- available_things = things.select(&:available?) -%> <%%- x = 1 + 2 -%%> <%% value = 'real string #{@value}' %%> <%%= available_things.inspect %%>