repo_server/lib/rl_repo_web/controllers/page_html.ex
2025-02-20 04:27:41 -06:00

11 lines
234 B
Elixir

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