flowerbox/_layouts/default.html
2012-04-10 16:40:53 -04:00

15 lines
496 B
HTML

<html>
<head>
<title>Flowerbox</title>
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Gorditas' rel='stylesheet' type='text/css' />
<link href='stylesheets/screen.css' rel='stylesheet' type='text/css' />
<link href='stylesheets/syntax.css' rel='stylesheet' type='text/css' />
</head>
<body>
<div id='container'>
{{ content }}
</div>
</body>
</html>