scriptorium/models/page

A static page in the blog that is not part of any post lists or archives.

Types

pub type Page {
  Page(
    title: String,
    slug: String,
    headers: List(Header),
    content: String,
  )
}

Constructors

  • Page(
      title: String,
      slug: String,
      headers: List(Header),
      content: String,
    )
Search Document