Skip to content

Site Structure

Components that define the top-level structure and persistent elements of the portal.

The header component typically contains the site logo, branding, and main navigation.

Parameters for header
Parameter Type Description
content any Header content, typically main navigation
title str Site title
subtitle str Site subtitle or tagline
logo str URL of the site logo image
href str URL to navigate to when the header or logo is clicked, typically the site home page

Account Area

Usually placed within the header to show user-related info and links.

Parameters for account
Parameter Type Description
content any Account-related content, typically links to user profile, settings, logout, etc.

Components for building the site footer.

Parameters for footer
Parameter Type Description
content any Footer content, typically copyright information and links to legal and support pages
Parameters for footer_main
Parameter Type Description
content any Main footer content, typically copyright information and links to legal and support pages
Parameters for footer_secondary
Parameter Type Description
content any Secondary footer content, typically additional links or information

Meta Components

Subtitle Item

Used for building the page title that appears in the browser tab.

Parameters for subtitle_item
Parameter Type Description
content any Fragment of the title
initial bool Whether this is the initial part of the title