Sha256: 6ef37067f846ed4859df1c30281e004d4513fa4c2ca656df531bee3bcfc9d8bf
Contents?: true
Size: 253 Bytes
Versions: 20
Compression:
Stored size: 253 Bytes
Contents
<!DOCTYPE html> <html> <head> <title> <%= @item[:title] %> </title> </head> <body> <% if @item[:title] =~ /Testing attributes/ %><%= @item[:just_a_key] %><% end %> <%= @item[:intro] %> <%= @item[:parents] %> <%= yield %> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems