Hi Diego, IMO you can split it into 3 parts.
title: header tag: $:/tags/ViewTemplate list-before: $:/core/ui/ViewTemplate/body Your stuff above the tiddler text. <hr> and title: footer tag: $:/tags/ViewTemplate list-after: $:/core/ui/ViewTemplate/body <hr> Your stuff below the tiddler text. The problem is, that this is visible for every tiddler. If you don't want that you can do this for the footer and the header. <$list filter="[all[current]tag[Journal]]"> title: footer tag: $:/tags/ViewTemplate list-after: $:/core/ui/ViewTemplate/body <hr> Your stuff below the tiddler text. </$list> Which will show the stuff only, if a tiddler is tagged "Journal" have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7dc90c8e-3042-4956-93d3-43b2499ab4d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

