{{ post.title }}
{% if session_username.as_deref() == Some(post.author) %}
{% endif %}
Edit post
{{ post_html | safe }}