Hi,
You create a tiddler named eg: `myTemplate`, that contains the code: `<$view field="FieldName" />'` in the text. Don't use the backticks (`)
```
title: myTemplate
text: <$view field="FieldName" />
```
You can use the template like this:
```
{{TiddlerName||myTemplate}}
or
<$tiddler tiddler=TiddlerName>
<$transclude tiddler="myTemplate" />
</$tiddler>
```
have fun!
mario
PS: The backticks (`) in this post are only used, that the code is shown in the right way at
talk.tiddlywiki.org