mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
9e0f1240c5
To make things more consistent
18 lines
491 B
Plaintext
18 lines
491 B
Plaintext
title: $:/core/ui/PageTemplate/sidebar
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<header class="sidebar-header">
|
|
|
|
<div class="titlebar">{{$:/SiteTitle}}</div>
|
|
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
|
|
|
<div class="tw-page-controls">
|
|
|
|
<$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>
|
|
|
|
</div>
|
|
|
|
{{$:/core/ui/SideBarLists}}
|
|
|
|
</header>
|