1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/core/templates/PageTemplate.tid

33 lines
786 B
Plaintext
Raw Normal View History

title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
<$navigator story="$:/StoryList" history="$:/HistoryList">
<!-- The sidebar header -->
<header class="sidebar-header">
{{SiteTitle}}.title <br><small>{{SiteSubtitle}}</small><br>
{{$:/templates/SideBar}}
2013-02-04 11:56:23 +00:00
</header>
2013-02-04 11:56:23 +00:00
<!-- The story river -->
<section class="story-river">
<!-- The main story -->
2013-02-06 11:27:09 +00:00
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/ViewTemplate" editTemplate="$:/templates/EditTemplate" listview="classic" itemClass="tw-tiddler-frame"/>
<!-- Config area -->
2013-03-18 11:14:08 +00:00
<div class="config-area">
! Temporary Control Panel
{{$:/snippets/encryptionstatus}}
2013-03-18 11:14:08 +00:00
</div>
<!-- End of story river -->
</section>
</$navigator>