Tagged:
{% for tag in entry['tags'] %}
{{ tag }}
{% endfor %}
Source:
{% if entry['source_url'] %}
{{ entry['source_text'] }}
{% else %}
{{ entry['source_text'] }}
{% endif %}
{% if entry['source_shortlink'] %}
(videos)
{% endif %}
Posted at:
{{- entry['posted_at'] -}}
{% if 'views' in entry %}
Views: {{ entry['views'] }}
{% endif %}