mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
5 lines
96 B
Elixir
5 lines
96 B
Elixir
defmodule IntisyncWeb.PageHTML do
|
|
use IntisyncWeb, :html
|
|
|
|
embed_templates "page_html/*"
|
|
end
|