% import time
# | Title | Date & Time ({{time.tzname[time.localtime().tm_isdst]}}) | Tags | Feed |
---|---|---|---|---|
{{i + 1 + offset}} | {{entry["title"]}} | <% local_date = "" utc_date = "" epoch = entry.get("epoch_published") epoch = entry.get("epoch_updated", epoch) if epoch: local_date = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(epoch)) utc_date = time.strftime("%Y-%m-%d %H:%M:%SZ", time.gmtime(epoch)) end %>
% tags = core.get_feed_tags(entry["feed_id"])
% for i, tag in enumerate(tags):
% if i > 0:
{{", "}}
% end
{{tag}}
% end
|
⚙
{{core.get_feed_title(entry["feed_id"])}} ({{entry["feed_id"]}})
|