--- title: "<%= @path %>" class: "index" --- <% @pages.sort_by{|a|a.published}.reverse.each do |a| %> * <%= a.title %><% a.tags.each do |t| %><%= t.html %><% end %><% end %>