I tend to use the text widget a lot.
Instead of something like this:
<$text text={{{ [[HelloThere]] }}} />
I visually/semantically prefer this:
{{{ [[HelloThere]] || txt }}}
The “txt” template tiddler has this content:
<$text text={{!!title}}/>