25 lines
611 B
HTML
25 lines
611 B
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="utf-8" />
|
|
<title>{{ page.title }} - OpenNeo Blog</title>
|
|
<link rel="stylesheet" href="/assets/css/main.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a class="logo" href="/" tabindex="-1">
|
|
<img src="/assets/images/logo.png" />
|
|
</a>
|
|
<h1>
|
|
<a href="/">OpenNeo Blog</a>
|
|
</h1>
|
|
<p role="doc-subtitle">
|
|
For
|
|
<a href="https://impress.openneo.net/">Dress to Impress</a>, and uhh
|
|
maybe other things later!
|
|
</p>
|
|
</header>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|