fbitipline/lib/fbittipline_web/controllers/page_html.ex
expand-sys 0839224e8d blah
2024-09-17 12:33:54 +10:00

10 lines
244 B
Elixir

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