cynthia_websites_mini_client/pottery/molds/frutiger

Frutiger Aero Layout Module

A bold, glossy layout inspired by the Frutiger Aero design style. Features:

Values

pub fn menu_1(
  from model: model_type.Model,
) -> List(@internal Element(messages.Msg))

Primary navigation menu generator

Creates the main site navigation with glossy, attention-grabbing styling.

pub fn page_layout(
  from content: @internal Element(messages.Msg),
  with variables: dict.Dict(String, dynamic.Dynamic),
  store model: model_type.Model,
) -> @internal Element(messages.Msg)

Page layout for the frutiger theme

Creates a bold, glossy layout for regular pages with striking visual elements and glass-like effects.

pub fn post_layout(
  from content: @internal Element(messages.Msg),
  with variables: dict.Dict(String, dynamic.Dynamic),
  store model: model_type.Model,
) -> @internal Element(messages.Msg)

Post layout for the frutiger theme

Creates a bold, modern layout for blog posts with eye-catching metadata display and glossy effects.

Search Document