2016-06-09 14:27:23 +02:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
|
2016-06-09 15:34:03 +02:00
|
|
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
|
2016-06-09 14:27:23 +02:00
|
|
|
<link rel="stylesheet" href="/stylesheet.css">
|
|
|
|
|
|
|
|
<!-- you don't need to keep this, but it's cool for stats! -->
|
|
|
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|