{% if item.id %}{% endif %}
{% if item.id %}{% endif %}
{% if item.link %}⇗{% endif %}
{% if item.body or item.callback %}{{item.title}}
{% if item.body %}
{{item.body|safe}}
{% endif %}
{% if item.callback %}
{% endif %}
{% else %}{{item.title}}
{% endif %}
{% if item.author or item.time %}
{% if item.author %}{{item.author}}{% endif %}
{% if item.time %}{{item.time|datetimeformat}}{% endif %}
{% endif %}
{% if item.source or item.id or item.created %}
{% if item.source %}{{item.source}}{% endif %}
{% if item.id %}{{item.id}}{% endif %}
{% if item.created %}{{item.created|datetimeformat}}{% endif %}
{% if item.ttl %}L{% endif %}{% if item.ttd %}D{% endif %}{% if item.tts %}S{% endif %}
{% endif %}