< 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:
% include("tag_input.tpl", input_name="tags", input_value=feed["serialised_tags"])
% include("footer.tpl")