mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
f59c24f053
Not quite done with this yet.
22 lines
353 B
Plaintext
22 lines
353 B
Plaintext
title: $:/templates/PageTemplate
|
|
|
|
<div class="container-fluid">
|
|
<<story story:"$:/StoryTiddlers" storyview:scroller><
|
|
{{navigation-panel{
|
|
<<chooser><<<list all>>>>
|
|
}}}
|
|
<<zoomer>>
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
{{nav{
|
|
* HelloThere
|
|
* [[Introduction]]
|
|
* [[Docs]]
|
|
}}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
>>
|
|
</div>
|