{{ user }}
First Suggestion: {{ suggestions[0].get('username') }}
{{ suggestions }}
Title of first story: {{ stories[0].get('title') }}
{{ stories }}
Image from first post:
First comment from first post: {% if posts[0].comments|length > 0 %} {{ posts[0].comments[0].text }} {% else %} The first post doesn't have a comment. {% endif %}
{{ posts }}