1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/core/ui/PageTemplate.tid

17 lines
282 B
Plaintext
Raw Normal View History

title: $:/core/ui/PageTemplate
<$navigator story="$:/StoryList" history="$:/HistoryList">
2013-10-25 20:16:53 +00:00
<$dropzone>
<$list filter="[all[tiddlers+shadows]tag[$:/tags/PageTemplate]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<<listItem>>/>
</$list>
2013-10-25 20:16:53 +00:00
</$dropzone>
</$navigator>