Files
cobblemon-ui/lib/cobblemon_ui_web/controllers/page_html.ex
2026-03-16 11:58:37 -06:00

11 lines
244 B
Elixir

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