{% for post in posts|sort(attribute='id', reverse = True) %}
{{ post['title'] }}

{{ postDate[post['id']] }}

{{ post['title'][0]|upper }}{{ post['title'][1:] }}

{{ post['description'] }}

{% endfor %}