{% set tabs = [ ('/dashboard/inventory', 'Overview', 'overview'), ('/dashboard/inventory/keys', 'All Keys', 'keys'), ('/dashboard/inventory/add', 'Add Keys', 'add'), ('/dashboard/inventory/import', 'Import JSON', 'import'), ] %} {% for href, label, tab_id in tabs %} {{ label }} {% endfor %}