This commit is contained in:
Rüdiger Diedrich
2025-03-27 11:04:23 +01:00
commit 0a15d255f6
45 changed files with 2588 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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