chiya/lib/chiya_web/controllers/comment_html.ex
2023-04-30 13:35:22 +02:00

5 lines
96 B
Elixir

defmodule ChiyaWeb.CommentHTML do
use ChiyaWeb, :html
embed_templates "comment_html/*"
end