{% if let Some(user_id) = comment.user_id %} {{ comment.username.as_ref().unwrap() }} {% else %} {% if let Some(name) = comment.author %} {{ name }} {% else %} Anonymous {% endif %} {% endif %}

{{ comment.content }}