<$transclude tiddler=<<now>> />
<$set name=content value={{<<now>>}} >
{{!!title}} to access the current Tiddlers title?
Use this as the value={{!!title}} in a set widget but keep in mind the title equals <<current TIddler>> already
Regards
Tony
<$wikify name="now2" text=<<now YYYY-0MM-0DD>>>
<<now2>><br/>
<$set filter="[<now2>get[text]]" name="curday" select=0>
<<curday>>
</$set>
</$wikify>
<$set name=currentContent tiddler=<<now YYYY-0MM-0DD>> fied=text>
</$set>