{% for url in urls %} {{ url.url }} {% if url.images is defined %} {% for image in url.images %} {{ image.url }} {{ image.caption }} {% endfor %} {% endif %} {% if url.videos is defined %} {% for video in url.videos %} {{ video.description }} {{ video.title }} {{ video.url }} {{ video.player_url }} {{ video.thumbnail_url }} {% endfor %} {% endif %} {% if url.news_items is defined %} {% for item in url.news_items %} Python Discord: {{ item.section }} en PressRelease, Blog {{ item.date }} {{ item.title }} {{ ", ".join(item.keywords) }} {% endfor %} {% endif %} {% if url.last_modified is defined %} {{ url.last_modified }} {% endif %} {% if url.change_frequency is defined %} {{ url.change_frequency }} {% endif %} {% if url.priority is defined %} {{ "{0:.1f}".format(url.priority) }} {% endif %} {% endfor %}