Files
stimmung/lib/stimmung_web/controllers/page_html.ex
Rüdiger Diedrich 0a15d255f6 phx init
2025-03-27 11:04:23 +01:00

11 lines
238 B
Elixir

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