package home import "gitea.henriburau.de/haw-lan/cod4watcher/views/layouts" import "gitea.henriburau.de/haw-lan/cod4watcher/models" import "gitea.henriburau.de/haw-lan/cod4watcher/views/components" import "gitea.henriburau.de/haw-lan/cod4watcher/views/capture" import "gitea.henriburau.de/haw-lan/cod4watcher/views" templ Index(captures []models.Capture) { @layouts.Base() { if views.Username(ctx) != "" { @components.Button() { Create new Capture } }