chiya/lib/chiya_web/controllers/tag_html.ex
2023-09-10 22:55:16 +02:00

5 lines
88 B
Elixir

defmodule ChiyaWeb.TagHTML do
use ChiyaWeb, :html
embed_templates "tag_html/*"
end