sloanelybutsurely.com/lib/cms_web/controllers/page_html.ex
2025-02-20 10:43:58 -05:00

10 lines
228 B
Elixir

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