views:

16

answers:

0

Is it possible to generate lists with display tag? I would like to use it to produce something like:

<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>

with one

<li>

entry per each item on my list. Is that possible?