Packages

Adds helpful extras to Guardian like default mailer support, as well as out of the box controllers and routes

Current section

Files

Jump to
sentinel lib sentinel web views layouts layout_view.ex
Raw

lib/sentinel/web/views/layouts/layout_view.ex

defmodule Sentinel.LayoutView do
use Phoenix.View, root: "lib/sentinel/web/templates/"
import Phoenix.Controller, only: [get_flash: 2]
use Phoenix.HTML
alias Sentinel.Config
end