Sha256: be51501b2a2bda94c38022345fdd2a2b00fcca25681e531d9d21f5c337f81d2f
Contents?: true
Size: 628 Bytes
Versions: 9
Compression:
Stored size: 628 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 name="Content-Type" content="text/html; charset=<%= charset %>" /> <title><%= @title %></title> <style type="text/css" media="screen"> <%= @css_data %> </style> <script type="text/javascript" charset="utf-8"> <%= @js_data %> </script> </head> <body> <div id="content"> <h1><%= @title %></h1> <%= yieldall %> </div> <%= erb(:footer) %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems