How to use {{#each }} in the new f7?

I have been trying {{#each productItems}} for the last 30 minutes and it still isn’t doing anything, ${productItems} works but i cant do {{#each }} with it… help

You’ll need to provide your code if you want it to be examined for errors.

You can use template literals. In fact they look like small parts of javascript, anonymous functions, inside your template, which call a render method with the result.

In the F7 docs, there are some examples to render lists and conditional rendering: