chickadee » awful » page-template

(page-template [procedure]) parameter

An one-mandatory-argument procedure to be used by define-page (unless define-page's no-template keyword parameter is set to #f) to generate HTML pages. Although this procedure can take only one mandatory argument, the following keyword arguments are passed:

  • css
  • title
  • doctype
  • headers
  • charset
  • no-ajax
  • no-template
  • no-session
  • no-db

The default value is html-page (see the html-utils egg documentation.)