11 lines
215 B
HTML
11 lines
215 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title> {{ page.title }} </title>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ page.css }}.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="container"> {{ content }} </div>
|
||
|
</body>
|
||
|
</html>
|