<a href="{{ urlForRootConv $.Twt }}"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
What token would I use to set a
:target
to the starter twt on the conversation? I tried using $.Twt
, but it is encoded for URL. What I am looking to do is something like this:
<a href="{{ urlForRootConv $.Twt }}/#HASH_OF_FIRST_TWT"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
Will that be possible?