Files
labelmaker/lib/labelmaker_web/controllers/page_html.ex
2025-04-28 07:12:00 -04:00

11 lines
242 B
Elixir

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