Theme: Homepage Template¶
The homepage.html template is rendered for the homepage. The following blocks are available.
Blocks¶
extra_headContains meta information, CSS, and JS that needs to be included in the
<head>element of the document.html_bodyRequired. Loads in the main
<body>element of the document.extra_bodyLoads on at the end of the document just before
</body>.body_idsThis pulls in as the id attribute to the
<body>element. While it is singular, it is recommended to only use one value. A typical value for this is ‘home’.body_classesLoads in to the class attribute of the
bodyelement.titleLoads into the
<title>element in the document.meta_keywordsLoads into the content attribute of the
<meta name="keywords" />element in the document.meta_descriptionLoads into the content attribute of the
<meta name="description" />element in the document.