Sha256: 7677f05e2c227ffb0c6776b66121d59003b0a384fd300fefb2c7cc6665117605
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deg-yard-0.8.7.4 | templates/default/onefile/html/layout.erb |
deg-yard-0.8.7.3 | templates/default/onefile/html/layout.erb |
deg-yard-0.8.7.1 | templates/default/onefile/html/layout.erb |