{{ title }}

(Follow this log: RSS)
{% for num in sorted_numbering | reverse %}

{{ num }}

{{ db[num]['date'] }}

{% if 'media' in db[num] %}

{{ db[num]['media']['post'] }}

{% endif %}

{{ db[num]['post'] }}

{% endfor %}