Sha256: 7b48bf62547d06cefb4f950361cf31f5b71302bdce656a96167d3bc201ec45a6
Contents?: true
Size: 378 Bytes
Versions: 10
Compression:
Stored size: 378 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title><%= yield :title %></title> <%= yield :head %> </head> <body> <h1><%= yield :title %></h1> <%= yield :layout %> <pre><%= yield :head %></pre> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems