capybara/templates/include.html.rkt

6 lines
164 B
Racket

#lang s-exp "../xtemplate.rkt"
`(p ()
"this was included from another file #uwu the summary is: "
,(or (metadata-ref+ metadata 'summary) "no summary :("))