towerops/lib/towerops_web/controllers/page_html.ex
2025-12-21 11:10:43 -06:00

10 lines
238 B
Elixir

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