View Source AdminElf.CustomPage behaviour (admin_elf v1.1.0)

Summary

Callbacks

@callback template(conn :: Plug.Conn.t(), params :: any()) ::
  {module(), atom(), keyword()}

Functions

Link to this function

get_template(conn, admin, id, params)

View Source