summaryrefslogtreecommitdiff
path: root/templates/embeds.go
blob: 342912ef7873b3e83814b5d568d26776c8c5c8e8 (plain)
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