feat: init

This commit is contained in:
Moritz Böhme 2025-04-03 12:17:46 +02:00
commit b58058e19b
59 changed files with 3314 additions and 0 deletions

View file

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