{% if let Some(name) = comment.author %} {{ name }} {% else %} Anonymous {% endif %} on #{{ comment.post_id.to_string()[..8] }}

{{ comment.content }}