Sha256: 34d794ae17d57da1a03deabd340d67b9a75000a2a0f8a05808076cca4dca683d
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
<%= header_partial %> <main> <section> <h2><%= page[:title] %></h2> <% for @name, @tag in data %> <h3><%= @name %></h3> <ul> <% for @post in @tag %> <li><a href="/<%= @post[:destURL] %>"><%= @post[:pageTitle] %></a> <%= @post[:pageDateUS] %></li> <% end %> </ul> <% end %> </section> </main> <%= footer_partial %>
Version data entries
4 entries across 4 versions & 1 rubygems