Files
Rivertalk/lib/river_connect_web/controllers/page_html.ex
T
2026-02-12 17:10:03 -06:00

11 lines
246 B
Elixir

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