package templates // this file has all templates for the /pdf page import ( "arbeitszeitmessung/helper" "arbeitszeitmessung/models" "fmt" "time" ) templ PDFForm(teamMembers []models.User) { @BasePage() @headerComponent()