elx-scopes/lib/scopes_web/controllers/page_html.ex
2025-06-13 17:51:47 +02:00

10 lines
234 B
Elixir

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