2013-11-19 14:12:31 +00:00
|
|
|
title: $:/core/ui/PageTemplate/story
|
|
|
|
tags: $:/tags/PageTemplate
|
|
|
|
|
2019-07-03 16:41:23 +00:00
|
|
|
\whitespace trim
|
2014-08-28 16:26:21 +00:00
|
|
|
<section class="tc-story-river">
|
2014-02-14 07:53:41 +00:00
|
|
|
|
2014-07-08 09:16:10 +00:00
|
|
|
<section class="story-backdrop">
|
|
|
|
|
2014-07-18 10:29:09 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]">
|
2014-07-08 09:16:10 +00:00
|
|
|
|
|
|
|
<$transclude/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2021-11-05 09:20:46 +00:00
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/TiddlerTemplate" storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>
|
2013-11-19 14:12:31 +00:00
|
|
|
|
2014-07-08 09:16:10 +00:00
|
|
|
<section class="story-frontdrop">
|
|
|
|
|
2014-07-18 10:29:09 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]">
|
2014-07-08 09:16:10 +00:00
|
|
|
|
|
|
|
<$transclude/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2013-11-19 14:12:31 +00:00
|
|
|
</section>
|