package templates import _ "embed" // InvoiceTemplate contains the Typst invoice template //go:embed invoice.typ var InvoiceTemplate string