1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-14 16:04:21 +00:00
TiddlyWiki5/editions/tw2/source/tiddlywiki.com/tiddlywiki-com/NestedTemplates.tid
2012-11-16 21:20:27 +00:00

17 lines
387 B
Plaintext

title: NestedTemplates
modifier: blaine
created: 20110211110651
modified: 20110211131019
tags: features
creator: psd
A PageTemplate, ViewTemplate or EditTemplate can include the text of another tiddler by including it in double square brackets. For example:
{{{
<div>
[[MyHeader]]
</div>
}}}
You can also use TiddlerSlicing format to include a smaller chunk of the text of a tiddler.