comfycamp/lib/comfycamp_web/controllers/notes_html.ex

8 lines
180 B
Elixir

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