Reusable flow section that targets a named template region.
@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() }