aboutsummaryrefslogtreecommitdiff
path: root/http/handlers/templates/functions/functions.go
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-07-03 12:36:05 +0200
committerBrian Picciano <me@mediocregopher.com>2024-07-03 12:36:05 +0200
commit7e1ecc4df44d20d2c9de1c8885ddc2c188062ef0 (patch)
treeac31b787dbaf6c3c702b508e9529d62ceb221923 /http/handlers/templates/functions/functions.go
parent1a6d506a525e32bc374f89377e46a775c6737cf0 (diff)
Initial implementation of the gemtext template extension
Diffstat (limited to 'http/handlers/templates/functions/functions.go')
-rw-r--r--http/handlers/templates/functions/functions.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/http/handlers/templates/functions/functions.go b/http/handlers/templates/functions/functions.go
new file mode 100644
index 0000000..dd2101c
--- /dev/null
+++ b/http/handlers/templates/functions/functions.go
@@ -0,0 +1,3 @@
+// Package functions makes available extra functions within templates being
+// processed by the `http.handlers.templates` directive.
+package functions