mirror of
https://github.com/Expand-sys/fbitipline
synced 2026-03-22 17:17:08 +11:00
10 lines
244 B
Elixir
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
|