This module defines the information structure used to build static pages.
@type t() :: %PhoenixStatic.Page{ action: String.t(), assigns: list(), content: String.t(), metadata: map() | nil, path: String.t() }