pub fn render_comment(
    username: &str,
    creation_time: DateTime<Utc>,
    comment: &str,
    max_width: usize
) -> String