vocab-assistant/vocab_assistant/lib/vocab_assistant_web/controllers/page_html.ex
2025-03-16 20:30:59 -07:00

11 lines
250 B
Elixir

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