Sha256: d3d307370b50fb3754187791ded500460e6063f53de0ea990eb00366019a44ec
Contents?: true
Size: 488 Bytes
Versions: 42
Compression:
Stored size: 488 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>" /> <title><%= @title %></title> <%= erb(:headers) %> </head> <body> <div id="content"> <h1><%= @title %></h1> <%= yieldall %> </div> <%= erb(:footer) %> </body> </html>
Version data entries
42 entries across 37 versions & 9 rubygems