9 lines
216 B
Scheme
9 lines
216 B
Scheme
;;; site/lang.scm
|
|
|
|
(import "util.scm")
|
|
|
|
(define title "~snit/lang/")
|
|
|
|
|
|
`(,@(import "header.scm")
|
|
(p "Linguistic-related content. Languages (natural or artificial), linguistics, orthography, etc. is placed here."))
|