Export template symbols

This commit is contained in:
TakeV 2023-12-13 12:07:12 -05:00
parent 2d6d1294d4
commit 9b68cfb41b
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 5 additions and 1 deletions

View File

@ -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