This commit is contained in:
2024-07-16 15:07:01 +02:00
commit 2ebd0bee3a
18 changed files with 1217 additions and 0 deletions

@ -0,0 +1,11 @@
<div class="ui container six wide column">
<h4 class="ui top attached header">
Feed
</h4>
<div class="ui attached segment">
{{template "user/dashboard/feeds" .}}
{{ $length := len .Feeds }} {{ if eq $length 0 }}
Nothing to see here, at least yet.
{{ end }}
</div>
</div>