Sha256: 1e828aa20adc45e89d37a76523e7b13c317c069ed52dc199c848c5274c5b808d
Contents?: true
Size: 552 Bytes
Versions: 17
Compression:
Stored size: 552 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <%= csrf_meta_tag %> <%= raw(render_meta_tags(@structure)) %> <title><%= render_page_title(@structure) %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= yield(:head) %> </head> <body> <div class='content'> <%= yield %> </div> <%= yield(:footer) %> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems