Implementing nested datalists in server side blazor

In this tutorial I bind a list of product categories to an outer datalist, while I use an inner datalist to display the products that fall under each category as unordered HTML list items.