Sha256: 967b1079597550b218f0e584ac8c1f5e4c0c41b644d89217be40eff2586eef39
Contents?: true
Size: 659 Bytes
Versions: 16
Compression:
Stored size: 659 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" lang="<%= I18n.locale %>" xml:lang="<%= I18n.locale %>"> <head> <%= render :partial => 'layouts/global/head' %> </head> <body> <div id="container"> <div id="header"> <%= yield :header %> </div> <div id="content-wrapper"> <div id="content"> <%= yield :layout %> </div> </div> </div> <%= include_javascripts :site %> <%= yield :javascript %> <%= render :partial => 'layouts/global/google_analytics' %> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems