Sha256: 5c540dd6851daaae7e8b7cba88ae3525e6a62d2080a41fbf8d76b6bb3b5113a6
Contents?: true
Size: 580 Bytes
Versions: 4
Compression:
Stored size: 580 Bytes
Contents
<!DOCTYPE html> <html> <head> <?r response["Content-Type"] = "text/html; charset=utf-8" ?> <?r response["Cache-Control"] = "max-age=3600" ?> <?r if title = (attributes["title"] || @title) ?> <title>#{title.gsub(/<.*?>/, "")} - Utopia</title> <?r else ?> <title>Utopia</title> <?r end ?> <link rel="icon" type="image/png" href="/_static/icon.png" /> <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" charset="utf-8" /> </head> <body> <div id="header"> </div> <div id="page"> <content /> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems