chiya/lib/chiya_web/controllers/comment_html.ex

6 lines
96 B
Elixir
Raw Normal View History

2023-04-30 13:35:22 +02:00
defmodule ChiyaWeb.CommentHTML do
use ChiyaWeb, :html
embed_templates "comment_html/*"
end