removed unchanged templates

This commit is contained in:
2024-07-23 13:40:29 +02:00
parent 061b92c8e3
commit d5d5f92f81
473 changed files with 345 additions and 50673 deletions

View File

@ -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>