The list (https://github.com/webu/dalec/blob/main/dalec/templates/dalec/default/list.html) is hardcoded to be into a "div". What if we want another tag (i.e. "section") or having item as "li" into a "ul" ?
Right now it is not possible without overiding the whole template. It would be nice to be able to customize the markup, without the needed JS part.