Sha256: 62a3314d48506d69535f3a7838724d8083fa31fc4b9136c3dd4c0a963cafa177
Contents?: true
Size: 582 Bytes
Versions: 16
Compression:
Stored size: 582 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="#{attributes[:class]}"> <div id="header"> <img src="/_static/utopia.svg" /> </div> <div id="page"> <content /> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems