useleptos::prelude::*;/// Primary column — grows to fill available width beside the aside.
#[slot]pubstructContent{pubchildren: Children,
}/// Secondary column — minimally fits content, sticky on the right in wide layouts.
#[slot]pubstructAside{pubchildren: Children,
}