1<!DOCTYPE html>
 2<html lang="en">
 3<head>
 4    <meta charset="utf-8">
 5    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 6    <link rel="shortcut icon" type="image/png" href="https://tilde.club/favicon.png">
 7    <link rel="preload" href="/css/theme.css" as="style">
 8    <link rel="stylesheet" href="/css/theme.css">
 9    <title>{{ title }}</title>
10</head>
11<body>
12    <header>
13        <nav>
14            <ul>
15                <li><a href="/">Projects</a></li>
16                <li><a href="/recipes">Recipes</a></li>
17                <li><a href="/meows">Meows</a></li>
18                <li><a href="/scratchmarks">Scratchmarks</a></li>
19                <li><a href="/now">Now</a></li>
20                <li><a href="/codebase">Codebase</a></li>
21                <li><a href="/contact">Contact</a></li>
22            </ul>
23        </nav>
24    </header>
25    <main>
26        {{ content }}
27    </main>
28    <footer>
29        All the puke above was caused by unintentional catnip overdose.
30    </footer>
31</body>
32</html>