1 2 3 4 5 6 7 8 9 10 11
package templates import _ "embed" // InvoiceTemplate contains the Typst invoice template //go:embed invoice.typ var InvoiceTemplate string // TimesheetTemplate contains the Typst timesheet template //go:embed timesheet.typ var TimesheetTemplate string