Files
mihainator/lib/mihainator_web/controllers/page_html.ex
2024-10-06 23:40:48 +02:00

11 lines
242 B
Elixir

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