{% extends "quillet/base.html" %} {% block title %}{{ post.title }} — {{ newsletter.name }}{% endblock %} {% block content %}

← {{ newsletter.name }} {% if post.published_at %} · {{ post.published_at.strftime('%B %d, %Y') }}{% endif %}

{{ post.title }}

{{ post_html | safe }}

Enjoyed this? Subscribe to get future posts by email.

{% endblock %}