2010-11-10 20:54:22 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2012-08-01 09:04:46 -06:00
|
|
|
<head>
|
2017-07-09 21:13:56 -06:00
|
|
|
<title>{{ page.title }}</title>
|
2012-08-01 09:04:46 -06:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2017-07-09 21:13:56 -06:00
|
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/icon.png">
|
2012-08-01 09:04:46 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-07-09 21:13:56 -06:00
|
|
|
<h1 id="title">{{ page.title }}</h1>
|
|
|
|
{{ content }}
|
2012-08-01 09:04:46 -06:00
|
|
|
</body>
|
2010-11-10 20:54:22 -07:00
|
|
|
</html>
|