Brix.Layout (Brix v0.1.1)

Copy Markdown View Source

A page layout with header and footer sections.

Summary

Types

t()

@type t() :: %Brix.Layout{
  footer_sections: [Brix.Section.t()] | nil,
  header_sections: [Brix.Section.t()] | nil,
  name: String.t() | nil
}