diff options
author | T <t@tjp.lol> | 2025-08-04 09:49:52 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-04 15:15:18 -0600 |
commit | 56e0af3b41742876b471332aeb943a5a2ca8dfbf (patch) | |
tree | ef75f4900107ef28977823eabd11ec3014cd40ba /templates/embeds.go | |
parent | 4c29dfee9be26996ce548e2edf0328422df598d0 (diff) |
Generate invoice PDFs
Diffstat (limited to 'templates/embeds.go')
-rw-r--r-- | templates/embeds.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/embeds.go b/templates/embeds.go new file mode 100644 index 0000000..394a136 --- /dev/null +++ b/templates/embeds.go @@ -0,0 +1,7 @@ +package templates + +import _ "embed" + +// InvoiceTemplate contains the Typst invoice template +//go:embed invoice.typ +var InvoiceTemplate string
\ No newline at end of file |