{% include "fragments/header.html" %}
{{ content.post.title }}
{{ content.post.date | timestamp_s_to_formatted("%B %d, %Y") }}
{{ content.post.body | md_to_html | safe }}
{% include "fragments/footer.html" %}