1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/core/templates/PageTemplate.tid
Jeremy Ruston e2707ae49d Updated story macro to allow for contained content
This allows us to fix the zooming chooser and zooming navigator
2012-06-07 13:10:15 +01:00

13 lines
181 B
Plaintext

title: $:/templates/PageTemplate
{{container-fluid{
<<story story:"$:/StoryTiddlers" storyview:scroller><
{{navigation-panel{
<<chooser>>
}}}
{{zoomer-panel{
<<zoomer>>
}}}
>>
}}}