<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>post | {{ canonical }}</title>
<meta name="generator" content="{{ generator }}"/>
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg"/>
<link rel="stylesheet" href="/assets/themes/tmp.css"/>
</head>
<body>
{% include "fragments/header.html" %}
<main>
<h1>{{ content.post.title }}</h1>
<time datetime="{{ content.post.date | timestamp_s_to_formatted("%Y-%m-%d %H:%M:%S%z") }}">{{ content.post.date | timestamp_s_to_formatted("%B %d, %Y") }}</time>
{{ content.post.body | md_to_html | safe }}
</main>
{% include "fragments/footer.html" %}
</body>
</html>