View Source Quarto.Page (Quarto v1.1.7)

Defines a page.

fields

Fields

  • entries - a list entries contained in this page.
  • metadata - metadata attached to this page (see Quarto.Page.Metadata)

Link to this section Summary

Link to this section Types

Specs

t() :: %Quarto.Page{entries: [any()] | [], metadata: Quarto.Page.Metadata.t()}