chiya/lib/chiya_web/controllers/tag_html.ex

6 lines
88 B
Elixir
Raw Permalink Normal View History

2023-09-10 22:55:16 +02:00
defmodule ChiyaWeb.TagHTML do
use ChiyaWeb, :html
embed_templates "tag_html/*"
end