mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 19:37:26 +00:00
First step of turning the rabbit hole inside out
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user