cynthia_websites_mini_client/pottery/molds/pastels
Pastels Layout Module
A soft, soothing layout optimized for pastel color schemes. Features:
- Gentle transitions and animations
- Soft shadows and rounded corners
- Spacious layout with comfortable reading width
- Single menu with subtle styling
- Clean typography optimized for readability
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 soft, pastel-appropriate 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 pastels theme
Creates a soft, welcoming layout for regular pages with gentle visual elements and smooth transitions.
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 pastels theme
Creates a gentle, focused layout for blog posts with subtle metadata display and smooth transitions.