"Homework 10")))
"2019"))
+(module-define!
+ (resolve-module '(haunt builder blog))
+ 'render-post
+ (lambda (theme site post)
+ (let ((title (post-ref post 'title))
+ (body ((theme-post-template theme) post))
+ (copy (post-ref post 'copyright)))
+ (base-layout site body #:title title #:copy copy))))
+
(site #:title "Amin Bandali"
;; TODO: uncomment after new haunt release
;; #:scheme my-scheme