Idiomatic way to put a separator when rendering collections in HEEX

You can use Enum.intersperse before you iterate the list or depending on the usecase use css instead.

1 Like