{% if let Some(url) = discussion_url %}

Discussion

{% if let Some(count) = discussion_count %}

{{ count }} {% if *count == 1 %}post{% else %}posts{% endif %}

{% endif %} View discussion
{% endif %}