<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gw - {{ section.title }}</title>
<link rel="stylesheet" href="/sakura-dark.css" />
<link rel="stylesheet" href="/custom.css" />
{% if config.base_url == "https://gw.danielgrants.com" %}
<script defer src="https://umami.danielgrants.com/script.js" data-website-id="178d68b6-42dc-4286-8a11-43bc183a397e"></script>
{% endif %}
</head>
<body>
{% include "partials/toc.html" %}
<main id="content">{{ section.content | safe }}</main>
</body>
</html>