{% import "macros.html" as macros %}

{# there's a hack with the margin in js as well #} {{ macros.tag_list_widget( tag_names, deletable = True, make_links = False ) }}
{# tag input is hidden because we want to edit the list visually we also want to eventually allow multiword tags, which are not easy to enter into a simple input box #}