25/lib/mse25_web/controllers/page_html.ex
Anders Englöf Ytterström 8e1f1bae97 Initiate next madr.se site
mix phx.new mse25 \
  --no-ecto \
  --no-tailwind \
  --no-dashboard \
  --no-live \
  --no-mailer
2024-09-04 10:12:36 +02:00

10 lines
232 B
Elixir

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