Sha256: ed5c717e38ca697e7dd6794f885aa0256927db8c36d5f2e3ac2b1ce91a67b170
Contents?: true
Size: 988 Bytes
Versions: 31
Compression:
Stored size: 988 Bytes
Contents
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>#{@title}</title> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="expires" content="0" /> <meta name="description" content="Description for search engines" /> <meta name="generator" content="Ramaze #{Ramaze::VERSION}" /> <meta name="keywords" content="Ramaze, Your own keywords" /> <meta name="author" content="Max Mustermann" /> <meta name="date" content="#{Time.now.iso8601}" /> <style type="text/css"> body { margin: 2em; } #content { margin-left: 2em; } </style> </head> <body> <h1>#{@title}</h1> <div id="content"> #@content </div> </body> </html>
Version data entries
31 entries across 31 versions & 6 rubygems