Say, for example, that I want to output a list like this: <ul> <li><span class="some-class">Something</span> - More text - <span class="other-class">even more text</span></li> <li><span class="some-class">Something</span> - More text - <span class="other-class">even more text</span></li> <li><span class="some-class">Something</span> - More text - <span class="other-class">even more text</span></li> </ul>
Are there any built-in tags (or known extensions) for iterating over a list like that? It would be nice to avoid duplicating all those tags for a long list. I know I can just write my own tags to do this, but before I do so I wanted to see if this feature already exists. Thanks! -- --- You received this message because you are subscribed to the Google Groups "Radiant CMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
