{% from "single_item.html" import single_item with context %} {%- for key,item in items.items() %}{{ single_item(key,item) }}{%- endfor %}