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
|
2022-06-28 13:05:52 +00:00
|
|
|
<section class="tc-story-river" role="main">
|
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-15 21:06:47 +00:00
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/StoryTiddlerTemplate" 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>
|