<$list filter="[all[current]tag[Content]]">
| <$list filter="[tag[Content]!has[draft.of]]"><$link to={{!!title}}><$view field="caption"><$view field="title"></$view></$view></$link> | </$list>
</$list>\define title() <$view field="title"/>
\define caption()
<$set name="tv-wikilinks" value="no">
<$set name="display" tiddler=<<currentTiddler>> field="caption" emptyValue=<<title>>>
<<display>>
</$set>
</$set>
\end
\define my-template()
<$list filter="[all[current]tag[Content]]">| $(caption)$ </$list>
<$list filter="[all[current]tag[Content]]">
| <$list filter="[tag[Content]!has[draft.of]] -[<currentTiddler>]"><$link to={{!!title}}>$(caption)$</$link> | </$list>
</$list>
\end
<<my-template>>