- print_html_head(+Out:stream, +Options) is det[private]
- Print the
DOCTYPE
line and HTML header. Options:- header(Bool)
- Only print the header if Bool is not
false
- title(Title)
- Title of the HTML document
- stylesheets(List)
- Reference to the CSS style-sheets.
- format_comments(Bool)
- If
true
(default), format structured comments. - skin(Closure)
- Called using
call(Closure, Where, Out)
, where Where is one ofheader
orfooter
. These calls are made just after openingbody
and before closingbody
.