PhoenixStatic.Page (phoenix_static v0.3.1)

This module defines the information structure used to build static pages.

Summary

Types

t()

@type t() :: %PhoenixStatic.Page{
  action: String.t(),
  assigns: list(),
  content: String.t(),
  metadata: map() | nil,
  path: String.t()
}