chickadee » awful » page-template

page-template #!optional procedureparameter

A 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 the procedure yielded by this parameter takes only one mandatory argument, the following keyword arguments are passed:

  • css
  • title
  • doctype
  • headers
  • charset
  • literal-style?

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