Fix the issue identified in the previous exercise, Ex:ContactTabs, so that all contacts display all information correctly.
Hint 1: You'll need to create a template tiddler. You can specify the name of a template used to render each tab using the template
parameter to the tabs
procedure.
Hint 2: The currentTab
variable contains the name of the tiddler being rendered as the current tab.
If you get really stuck, read the TiddlyWiki documentation on the tabs
procedure, which explains how to do this. Try to figure it out yourself for a few minutes first, though!
Go to answer: Ex:FixingContactTabs/answer