summaryrefslogtreecommitdiffstats
path: root/templates/terms.gohtml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-09-29 15:27:01 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-09-29 15:28:52 +0200
commit814f4e6a3e28c06bd60e53171748721ae365c2da (patch)
tree98825de0c053a986d755895b8a301ed26f414a7a /templates/terms.gohtml
downloadpaperwork-trunk.tar.gz
init: invoice-gen and examplestrunk
Diffstat (limited to 'templates/terms.gohtml')
-rw-r--r--templates/terms.gohtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/terms.gohtml b/templates/terms.gohtml
new file mode 100644
index 0000000..34ac778
--- /dev/null
+++ b/templates/terms.gohtml
@@ -0,0 +1,7 @@
+<article class="company">
+ {{ tpl (file.Read "templates/company.gohtml")
+ (dict
+ "ctx" .ctx
+ "data" .data
+ "translations" .translations) }}
+</article>
remember that computers suck.