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 views layouts email_layout_view.ex
Raw

lib/sentinel/views/layouts/email_layout_view.ex

defmodule Sentinel.EmailLayoutView do
use Phoenix.View, root: "lib/sentinel/templates/"
use Phoenix.HTML
end