cynthia_websites_mini_client/pottery/molds/sepia

Sepia Layout Module

A classic, book-inspired layout optimized for long-form reading. 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 classic, book-inspired 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 sepia theme

Creates a classic, book-like layout for regular pages with traditional typography and warm visual elements.

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 sepia theme

Creates a traditional book-like layout for blog posts with elegant metadata presentation and classic typography.

Search Document