{% import "utils.html" as utils %} {% if kind == "more" && parent_kind == "t1" %} → More replies {% else if kind == "t1" %}

{{ score.0 }}

{% if author.name != "[deleted]" %} {% else %} u/[deleted] {% endif %} {% if author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(author.flair.flair_parts) %} {% endif %} {{ rel_time }} {% if edited.0 != "".to_string() %}edited {{ edited.0 }}{% endif %} {% if !awards.is_empty() %} {% for award in awards.clone() %} {{ award.name }} {% endfor %} {% endif %} {% if is_filtered %}
(Filtered content)
{% else %}
{{ body|safe }}
{% endif %}
{% for c in replies -%}{{ c.render().unwrap()|safe }}{%- endfor %}
{% endif %}