< home
% if get("after_update", False):
Updated feed details.
% end
Manage feed
Title
{{feed["title"]}}
Source
{{feed["source"]}}
Tags
% tags = feed["tags"] % for i, tag in enumerate(tags): % if i > 0: {{", "}} % end
{{tag}}
% end
Title:
Source:
Tags:
🛈
% include("footer.tpl")