Sha256: 5d52f98aaef9956a32da1ebac9fafa2ca57421111619f1283e77c7af41f2c34f
Contents?: true
Size: 549 Bytes
Versions: 4
Compression:
Stored size: 549 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" 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