<!DOCTYPE html>
<html lang="en-GB">
<head>
{{ &base_header }}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap" rel="stylesheet">
<link href="/styles/index.css" rel="stylesheet">
<script src="/scripts/fetch-greet.js"></script>
<title>{{ location }} - m1kadev</title>
{{ &ogp }}
</head>
<body>
{{ &navbar }}
<main>
{{ &fxg_content }}
{{ &footer }}
</main>
<aside style="display:none;">
<span id="author"></span>
<h2 id="greet">placehoders are nice :)</h2>
</aside>
</body>
</html>