diff options
Diffstat (limited to 'templates/embeds.go')
-rw-r--r-- | templates/embeds.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/embeds.go b/templates/embeds.go index 394a136..342912e 100644 --- a/templates/embeds.go +++ b/templates/embeds.go @@ -4,4 +4,8 @@ import _ "embed" // InvoiceTemplate contains the Typst invoice template //go:embed invoice.typ -var InvoiceTemplate string
\ No newline at end of file +var InvoiceTemplate string + +// TimesheetTemplate contains the Typst timesheet template +//go:embed timesheet.typ +var TimesheetTemplate string
\ No newline at end of file |