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