sudovanilla-ark/forgejo/gitea/templates/user/dashboard/dashboard.tmpl

12 lines
301 B
Cheetah
Raw Normal View History

2024-05-13 23:34:01 -05:00
{{template "base/head" .}}
<div class="page-content">
<div class="ui container flex-container">
<div class="flex-container-main">
{{template "base/alert" .}}
{{template "user/dashboard/feeds" .}}
</div>
{{template "user/dashboard/repolist" .}}
</div>
</div>
{{template "base/footer" .}}