You just put your test inside the conditional part of the template. Something like:
<$list filter='[is[current]tag[foo]]'> <$list filter='[is[current]backlinks[]limit[1]]' variable=dummy> !Look at me! I am a title! <$list filter='[<currentTiddler>backlinks[]]'> </$list> </$list> </$list> note that the variable=dummy is needed in the second list widget. It doesn't have to be dummy, but it has to be something. Also replace [is[current]tag[foo]] with whatever filter you want for your conditional part. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9d4b9e45-cd25-481a-baf7-196ff98c1fc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

