racket/collects/meta/web/stubs/planet.rkt
2010-06-14 14:26:09 -04:00

18 lines
578 B
Racket

#lang at-exp s-exp "../common.rkt"
(define-context "stubs/planet")
(provide planet)
(define planet
@page[#:file "" #:link-title "PLaneT" #:window-title "{{{TITLE}}}"
#:extra-headers "{{{HEAD}}}"]{
@; This is a stub page to get the header for planet
{{{BODY}}}})
(define readme
@plain[#:file "README"]{
This directory contains files that are placed here automatically by
the web build process. The HTML file contains holes to be filled in
for the title, header, and body, and the other files are resources
that are used by the template.})