prop/lib/microwaveprop_web/controllers/page_html.ex
2026-03-28 11:28:47 -05:00

10 lines
248 B
Elixir

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