PhoenixStatic.Page (phoenix_static v0.4.2)

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

Summary

Types

t()

@type t() :: %PhoenixStatic.Page{
  action: String.t(),
  content: String.t(),
  path: String.t(),
  route_options: list()
}