Rendro.Section (Rendro v0.2.0)

Copy Markdown View Source

Reusable flow section that targets a named template region.

Summary

Types

t()

@type t() :: %Rendro.Section{
  content: [Rendro.Block.t()],
  name: atom() | String.t() | nil,
  options: %{optional(atom()) => term()},
  page_template: atom() | String.t() | nil,
  region: atom() | String.t()
}