$:/tags/ViewTemplate does not work on Tabs?

I have a template tiddler:

tags: $:/tags/ViewTemplate
title: $:/user/viewtemplate/test
body: test

test shows up in the body of every tiddler except tiddlers inside of a tab macro. How can I accomplish this? I am trying to template tiddlers in my notebook but I leverage the tab macro a lot.

In the below, I see the work test in the tiddler but test does not populate in the body of the selected tiddlers in the tab macro tagged with Recipes

tags: 
title: Test
body: <<tabs [tag[Recipes]]>>