freedive/lib/freedive_web/controllers/page_html.ex

6 lines
96 B
Elixir
Raw Normal View History

2024-05-09 21:28:48 +02:00
defmodule FreediveWeb.PageHTML do
use FreediveWeb, :html
embed_templates "page_html/*"
end