TiddlyWiki5/core/ui/PageTemplate.tid

30 lines
734 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">
2013-04-10 15:55:25 +00:00
<$import browse="no" class="tw-drop-zone-fullscreen">
<!-- The sidebar header -->
<header class="sidebar-header">
{{SiteTitle}}.title <br><small>{{SiteSubtitle}}</small>
{{$:/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"/>
<!-- End of story river -->
</section>
</$import>
</$navigator>