{% if post["Score"] >= 0 %}

{{ post["Score"] | intspace }}

{% else %}

{{ post["Score"] | intspace }}

{% endif %} {% if post["FavoriteCount"] %}

{{ post["FavoriteCount"] | intspace }}

{% endif %} {% if post["Accepted"] and post["Accepted"] == True %}

{% endif %}
{# FIXME, remove the decode #}
{{ post["Body"] | safe }}
{% if post["Tags"] %}
{% endif %} {% if post["OwnerUserId"] %}
{% if post["OwnerUserId"]["Path"] %} {% endif %} {% if post["OwnerUserId"]["Id"] %} {% if not nopic %} {% else %}
{% endif %} {% endif %}

{{ post["OwnerUserId"]["DisplayName"] }}

{% if post["OwnerUserId"]["Path"] %}
{% endif %}

Posted {{ question["CreationDate"] }}

Reputation: {{ post["OwnerUserId"]["Reputation"] | intspace }}

{% endif %} {% if post["ClosedDate"] %}
{% if post["ClosedDate"] %}

Question was closed {{ post["ClosedDate"] }}

{% endif %}
{% endif %} {% if post["comments"] %}
{% for comment in post["comments"] %}

{% if comment["Score"] != 0 %} {{ comment["Score"] }} {% endif %} {{ comment["Text"] | safe }} – {% if comment["Path"] %}{% endif %}{{ comment["UserDisplayName"] }} {% if comment["Path"] %}{% endif %} – {{ comment["CreationDate"] }}

{% endfor %}
{% endif %}