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