Added Lookup functions to template to do reverse lookups on works, issues and pieces

This commit is contained in:
Simon Martens
2025-01-08 03:04:12 +01:00
parent 6cfed94ff6
commit 2fa66f90e5
7 changed files with 35 additions and 51 deletions

View File

@@ -30,6 +30,7 @@ type URL struct {
XMLName xml.Name `xml:"url"`
Address string `xml:"address,attr"`
Value
Inner
}
type AnnotationNote struct {