lambda-blog.templates.page
Generic HTML page templates.
banner
(banner {:keys [banner-template], :as ent})
Creates a page banner header
using configured banner-template
.
header
(header {:keys [favicon feed path-to-root scripts stylesheets title], :as ent})
Creates an HTML head
element containing various metadata, scripts
& stylesheets
.
page
(page contents-template entity)
Creates a generic HTML page composed of header, navigation, banner & footer. Page contents are created using contents-template
.