[][src]Module static_page_builder::partials

A series of components used across the site.

Functions

basic_page

A template of a page. Uses default MetaData if not provided.

body

The <body> portion of the webpage. Wraps the main content and offsets it from the header and footer.

footer

The <footer> portion of the webpage. Displays copyright and contact information.

head

The <head> portion of the webpage.

header

The <header> portion of the webpage. Displays logos and menus.

page

A template of the page with its <DOCTYPE> and <html> tags.