Sha256: b5eea6ba3fc8ceb6fe3ba48f64ccea606eb9c780c83e1d39cfc0a25f046c6cb5
Contents?: true
Size: 576 Bytes
Versions: 31
Compression:
Stored size: 576 Bytes
Contents
<!DOCTYPE html> <html> <head> <?r response.content_type = "text/html; charset=utf-8" ?> <?r response.cache! ?> <?r if title = self[: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" /> </head> <body class="#{self[:class]}"> <div id="header"> <img src="/_static/utopia.svg" /> </div> <div id="page"> <content /> </div> </body> </html>
Version data entries
31 entries across 31 versions & 1 rubygems