Sha256: 8888e1097f433a90e6a461335dbf861764465a67af13684bdb8c0a4a0b252ca9
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <%= render :partial => 'layouts/global/head' %> </head> <body> <div id="home"> <%= render :partial => 'layouts/global/header' %> Your home page can be different than the rest of your site. Build out your custom home layout here. <%= yield %> <%= render :partial => 'layouts/global/footer' %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jbasdf-disguise-0.1.1 | generators/theme/templates/views/home.html.erb |
disguise-0.1.1 | generators/theme/templates/views/home.html.erb |