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