Sha256: 25793a64fc567b52fdd3c577cf83b906e73894a34395aaa1a94110d763c052d8
Contents?: true
Size: 564 Bytes
Versions: 16
Compression:
Stored size: 564 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"> </div> <div id="page"> <content /> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems