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