comfycamp/lib/comfycamp_web/controllers/notes_html.ex
2024-07-29 18:07:44 +05:00

9 lines
180 B
Elixir

defmodule ComfycampWeb.NotesHTML do
@moduledoc """
This module contains pages rendered by BlogController.
"""
use ComfycampWeb, :html
embed_templates "notes_html/*"
end