{% extends "public/base.html" %} {% block title %}{{ post.title }} — {{ gallery.public_name or gallery.name }}{% endblock %} {% block content %}
← Blog
{{ post.published_at|ch_date if post.published_at else "" }}

{{ post.title }}

{{ post.body|safe }}
{% endblock %}