Add page
This commit is contained in:
parent
f88c247a5c
commit
577e273a1b
5 changed files with 35 additions and 3 deletions
|
@ -1,3 +1,15 @@
|
|||
defmodule NullaWeb.PageHTML do
|
||||
use NullaWeb, :html
|
||||
|
||||
embed_templates "templates/page/*"
|
||||
end
|
||||
|
||||
defmodule NullaWeb.AuthHTML do
|
||||
use NullaWeb, :html
|
||||
|
||||
embed_templates "templates/auth/*"
|
||||
end
|
||||
|
||||
defmodule NullaWeb.ActorHTML do
|
||||
use NullaWeb, :html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue