Files
stimmung/lib/stimmung_web/controllers/page_html.ex

11 lines
238 B
Elixir
Raw Normal View History

2025-03-27 11:04:23 +01:00
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