comfycamp/lib/comfycamp_web/controllers/notes_html.ex

9 lines
180 B
Elixir
Raw Normal View History

2024-07-29 16:19:47 +05:00
defmodule ComfycampWeb.NotesHTML do
2024-07-29 18:07:44 +05:00
@moduledoc """
This module contains pages rendered by BlogController.
"""
2024-07-29 16:19:47 +05:00
use ComfycampWeb, :html
embed_templates "notes_html/*"
end