phoenixRealWorld/lib/phoenixRealWorld_web/controllers/page_html.ex
ReyoKatsu 6431f6651a
init
2025-04-12 00:31:08 +09:00

10 lines
254 B
Elixir

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