10 lines
241 B
Racket
10 lines
241 B
Racket
#lang at-exp s-exp "../common.rkt"
|
|
|
|
(define-context "stubs/blog")
|
|
|
|
(provide blog)
|
|
(define blog
|
|
(page #:file ""
|
|
;; #:part-of community <-- TODO: is doing this a good idea
|
|
"This is a stub page to get the header for the blog."))
|