Hayden Hargreaves 7af441f975 (INIT): Project initialized!
Finally, its starting!
2025-05-26 20:30:38 -07:00

11 lines
234 B
Elixir

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