diff --git a/stdlib/stdlib.go b/stdlib/stdlib.go index 0b1d758..57b784d 100644 --- a/stdlib/stdlib.go +++ b/stdlib/stdlib.go @@ -150,7 +150,9 @@ func templates(api *confluence.API) (*template.Template, error) { `ac:jira:ticket`: text( ``, `{{ .Ticket }}`, - `{{ or .Server "System JIRA" }}`, + `{{ if .Server }}`, + `{{ .Server }}`, + `{{ end }}`, ``, ),