zoeys.computer/lib/zoeyscomputer_web/controllers/page_html.ex
2024-10-20 23:25:59 -04:00

10 lines
248 B
Elixir

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