{% 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"] %}

asked {{ question["CreationDate"] }}

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

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

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

{% if post["OwnerUserId"]["Path"] %}
{% endif %}
{% 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"] }} – {% if comment["Path"] %}{% endif %}{{ comment["UserDisplayName"] }}{% if comment["Path"] %}{% endif %} – {{ comment["CreationDate"] }}

{% endfor %}
{% endif %}