From 9b68cfb41b4ba11866c117215601622a460a22ca Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 13 Dec 2023 12:07:12 -0500 Subject: [PATCH] Export template symbols --- guile-docs/html/templates.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guile-docs/html/templates.scm b/guile-docs/html/templates.scm index 75b2223..6231306 100644 --- a/guile-docs/html/templates.scm +++ b/guile-docs/html/templates.scm @@ -1,5 +1,9 @@ (define-module (guile-docs html templates) - #:use-module (guile-docs docs)) + #:use-module (guile-docs docs) + #:export (index-page + render-doc + render-module + overall-wrapper)) (define (overall-wrapper content) `(html