Files
circle/lib/circle_web/controllers/page_html.ex
2025-08-05 00:44:17 +01:00

11 lines
234 B
Elixir

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