Files
slide_life/lib/modern_base_web/controllers/page_html.ex
2024-05-21 21:57:36 +02:00

11 lines
242 B
Elixir

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