I would like to create an html list in Nitrogen but can't figure out how to do it. Basically I want to output:
<ul>
<li>One</li>
<li>Two</li>
</ul>
I found some source for lists under apps/nitrogen/src/elements/html in my Nitrogen distribution so it seems like there is an element that can do this but none of my attempts to use the element compile. Can someone please provide a snippet which will produce the above html?