Files
matrix_homeserver/lib/matrix_homeserver_web/controllers/page_html.ex
2026-02-21 11:02:07 +01:00

11 lines
254 B
Elixir

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