Download

{{title}}

{% if note %}

{{note}}

{% endif %} {% if entries %}
{% for entry in entries %}
{{entry['title']}}
{{entry['content'] or entry['summary']}}
{{entry['updated'] or entry['published']}}
{% if entry['tags'] %}
Tags: {% for tag in entry['tags'] %} {{tag}} {% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{{xmpp_uri}}
{% if exception %}
{{exception}}
{% endif %} {% if link_href %} {% endif %}
{% if message %}
{{message}}
{% endif %}