{% for row in rows %}

{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ created }}'] }}

{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}

{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}

{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ comment_count }}'] }} Comments

{% endfor %}