15 lines
496 B
HTML
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>
|