{% extends "website/base.html" %} {% block content %}
← Back to Blog

{{ post.title }}

{% if post.published_at %}{{ post.published_at|date:"M d, Y" }}{% endif %}
{{ post.body }}
{% endblock %}