Files
slide_life/lib/slide_life_web/controllers/page_html.ex

11 lines
240 B
Elixir
Raw Normal View History

2024-05-21 23:48:50 +02:00
defmodule SlideLifeWeb.PageHTML do
2024-05-21 21:57:36 +02:00
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
2024-05-21 23:48:50 +02:00
use SlideLifeWeb, :html
2024-05-21 21:57:36 +02:00
embed_templates "page_html/*"
end