Files
slide_life/lib/slide_life_web/controllers/page_html.ex
2024-05-21 23:48:50 +02:00

11 lines
240 B
Elixir

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