11 lines
294 B
HTML
11 lines
294 B
HTML
{{- $folders := .FoldersWithSelection}}
|
|
{{- $folder := $folders.Selected -}}
|
|
{{- $filter := .FilteredByFollowing -}}
|
|
|
|
{{- $folderID := $folder.FolderID.Hex -}}
|
|
{{- $followingID := .QueryParam "origin.followingId" -}}
|
|
|
|
<div class="page app flex-row">
|
|
{{- template "sidebar" $folders -}}
|
|
</div>
|