head (function)

head(relativeUrlBase=False, mainCssFilePath='main.css', pageTitle='', extras='', faviconLocation=False, assetsDirectory=False)[source]

Generate an html head element for your webpage

Key Arguments

relativeUrlBase – relative base url for js, css, image folders pageTitle – well, the page title! mainCssFilePath – css file path extras – any extra info to be included in the head element faviconLocation – path to faviconLocation if not in document root

Return

  • head – the head