summaryrefslogtreecommitdiff
path: root/templates/embeds.go
diff options
context:
space:
mode:
authorT <t@tjp.lol>2025-08-04 15:34:23 -0600
committerT <t@tjp.lol>2025-08-04 19:49:08 -0600
commitdc895cec9d8a84af89ce2501db234dff33c757e2 (patch)
tree8c961466f0769616b3a82da91f4cde4d3a881b73 /templates/embeds.go
parent56e0af3b41742876b471332aeb943a5a2ca8dfbf (diff)
timesheet and unified reports
Diffstat (limited to 'templates/embeds.go')
-rw-r--r--templates/embeds.go6
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