@arunnbabu81 I am sure @tw-FRed’s solution is more than adequate but if you wanted to retain the ability to provide the transclusion with a filter you can make use of the <<storyTiddler>>
variable, which usually contains the same value as <<currentTiddler>>
but is less likely to be modified by other lists etc…
The template would then be;
<$let targetTiddler=<<currentTiddler>> >
<$tiddler tiddler=<<storyTiddler>> >
<$transclude tiddler=<<targetTiddler>>/>
</$tiddler>
</$let>
And calling remains the same
{{{ [tag[btn-clips]]||myTemplate }}}