{{ feed["title"] }} {{ feed["description"] }} {{ feed["items"][0]["date_published"] }} {{ feed["feed_url"] }} {% if feed["authors"] %} {{ feed["authors"][0]["name"] }} {% endif %} {%- for post in feed["items"] %} {{ post["title"] | escape }} {{ post["date_published"] }} {{ post["date_published"] }} {{ post["url"] }} {{ post["summary"] | escape }} {{ post["content_html"] | escape }} {{ post["author"] }} {% for tag in post["tags"] %} {% endfor %} {% if post["image"] %} {% endif %} {%- endfor %}