in Enum.map I also have this problem
What problem?
Try this
<%= Enum.map(menu, fn {_key, {name, address, sub}} -> %>
<div class="basket"></div>
<div class="container"></div>
<% end) %>
Does it work?
Note that there is no = in <% end) %>.
in Enum.map I also have this problem
What problem?
Try this
<%= Enum.map(menu, fn {_key, {name, address, sub}} -> %>
<div class="basket"></div>
<div class="container"></div>
<% end) %>
Does it work?
Note that there is no = in <% end) %>.