Export template symbols
This commit is contained in:
parent
2d6d1294d4
commit
9b68cfb41b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue