comfycamp/lib/comfycamp_web/controllers/notes_html.ex

6 lines
100 B
Elixir
Raw Normal View History

2024-07-29 16:19:47 +05:00
defmodule ComfycampWeb.NotesHTML do
use ComfycampWeb, :html
embed_templates "notes_html/*"
end