2026-02-18 21:23:15 +00:00
|
|
|
defmodule BerrypodWeb.PageHTML do
|
2025-12-30 12:26:26 +00:00
|
|
|
@moduledoc """
|
|
|
|
|
This module contains pages rendered by PageController.
|
|
|
|
|
|
|
|
|
|
See the `page_html` directory for all templates available.
|
|
|
|
|
"""
|
2026-02-18 21:23:15 +00:00
|
|
|
use BerrypodWeb, :html
|
2025-12-30 12:26:26 +00:00
|
|
|
|
|
|
|
|
embed_templates "page_html/*"
|
|
|
|
|
end
|