wild/lib/wild_web/controllers/page_html.ex
2025-01-09 09:37:58 +11:00

10 lines
230 B
Elixir

defmodule WildWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use WildWeb, :html
embed_templates "page_html/*"
end