A page layout with header and footer sections.
Summary
Types
@type t() :: %Brix.Layout{ footer_sections: [Brix.Section.t()] | nil, header_sections: [Brix.Section.t()] | nil, name: String.t() | nil }
A page layout with header and footer sections.
@type t() :: %Brix.Layout{ footer_sections: [Brix.Section.t()] | nil, header_sections: [Brix.Section.t()] | nil, name: String.t() | nil }