20 lines
505 B
HTML
20 lines
505 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="author" content="" />
|
||
|
|
||
|
<title>{{ page.title }} | {{ SITENAME }}</title>
|
||
|
|
||
|
<link rel="stylesheet" href="/static/css/index.css" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ page.content }}
|
||
|
|
||
|
{% include "extras/footer.html" %}
|
||
|
</body>
|
||
|
</html>
|