I have this current capture
(add-to-list 'org-capture-templates '("bb" "Work.TODO" entry (file+headline (concat pmm "/org/files/agenda/
bgu.org") "TDEN") "* TODO %^G %? :@work: \n%^T"
))
which seems to work by adding a tag (via the %^G) alongside the current already defined tag in the capture template.
is there anyway to add a tag to the current tag in the capture template (:@work: above).