# `Brix.SharedSection`
[🔗](https://github.com/LoamStudios/brix/blob/main/lib/brix/shared_section.ex#L1)

A reusable content block that can be referenced from page sections
or layout sections. Defined once in `shared_sections/`, referenced by name.

# `t`

```elixir
@type t() :: %Brix.SharedSection{
  fields: map() | nil,
  name: String.t() | nil,
  template: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
