2013-11-19 14:12:31 +00:00
|
|
|
title: $:/core/ui/PageTemplate/sidebar
|
|
|
|
tags: $:/tags/PageTemplate
|
|
|
|
|
2014-03-25 14:29:16 +00:00
|
|
|
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
|
|
|
|
2014-03-26 10:16:00 +00:00
|
|
|
<$reveal class="sidebar-header" state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-22 11:39:18 +00:00
|
|
|
<div class="titlebar">{{$:/SiteTitle}}</div>
|
|
|
|
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
2013-11-19 14:12:31 +00:00
|
|
|
|
|
|
|
<div class="tw-page-controls">
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2013-12-07 08:59:32 +00:00
|
|
|
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]] +[tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2013-11-19 14:12:31 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{$:/core/ui/SideBarLists}}
|
|
|
|
|
2014-03-26 10:16:00 +00:00
|
|
|
</$reveal>
|
2014-03-25 14:29:16 +00:00
|
|
|
|
|
|
|
</$scrollable>
|