Sha256: 7ea76b997a531c9a9f407a6010ac221cc0b7ba18ad2a9b34f3f54dd1690f6133

Contents?: true

Size: 600 Bytes

Versions: 21

Compression:

Stored size: 600 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<?r response["Content-Type"] = "text/html; charset=utf-8" ?>
		<?r response["Cache-Control"] = "max-age=3600" ?>
		
		<?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 class="ledlighting">
		<div id="header">
		</div>

		<div id="page">
			<content />
		</div>
	</body>
</html>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
utopia-0.9.32 lib/utopia/setup/pages/_page.xnode