Is there a way to replace 'TableOfContents' with the title of the containing tiddler when using the construct below that is inserted as a preconfigured snippet while editing? I've tried inserting things like {{!!title}}, but can't make it work the way I want. I want to be able to add a snippet to a tiddler so it builds its own table of contents without having to edit the snippet every time.Thanks in advance. You guys are the best!<div class="tc-table-of-contents"><<toc-selective-expandable 'TableOfContents'>></div>