Files
orebuilder/lib/orebuilder_web/controllers/page_html.ex
T
2025-03-13 20:35:14 -06:00

11 lines
242 B
Elixir

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