putzplan/lib/putzplan_web/controllers/page_html.ex
2025-04-03 12:17:46 +02:00

10 lines
238 B
Elixir

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