I'd like to be able to use template tags inside the looptags conditional tags.
<!--@LoopStart(Name)--> <!--@EmptyLoopStart--> <!--@A tag from outside my loop--> <!--@EmptyLoopEnd--> <!--@HeaderStart--> <!--@A tag from outside my loop--> <!--@HeaderEnd--> <li>Maybe also here</li> <!--@FooterStart--><!--@A tag from outside my loop--><!--@FooterEnd--> <!--@LoopEnd(Name)-->
I would assume it's heavy to get all outside tags, inside the loop. But i'd like them inside the conditional tags.