Sha256: 24b183c93ce1ecde4a80177c6f59d81c6e7c34f18c2814dc49773143fe2dc849
Contents?: true
Size: 537 Bytes
Versions: 62
Compression:
Stored size: 537 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><%= defined?(@title) ? @title : '' %></title> <%= erb(:headers) %> </head> <body> <div id="content"> <h1><%= defined?(@title) ? @title : '' %></h1> <%= yieldall %> </div> <%= erb(:footer) %> </body> </html>
Version data entries
62 entries across 61 versions & 9 rubygems