Files
mtg_wheel/lib/mtg_wheel_web/controllers/page_html.ex
T

11 lines
238 B
Elixir

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