{% 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 %}
Enjoyed this? Subscribe to get future posts by email.
{% endblock %}