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