Sha256: fbf1de8179a0551d080655c4eea2c06e4e9654e26132b7ba957a5180f5f7ff8c
Contents?: true
Size: 634 Bytes
Versions: 30
Compression:
Stored size: 634 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> <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
30 entries across 30 versions & 4 rubygems