Tincture.Layout.Template.RenderResult (Tincture v0.1.0)

Copy Markdown View Source

The outcome of rendering one templated page.

Summary

Types

t()

@type t() :: %Tincture.Layout.Template.RenderResult{
  body_flow: Tincture.Layout.Box.FlowResult.t(),
  overflow?: boolean(),
  spill_text: String.t()
}