comfycamp/lib/comfycamp_web/controllers/blog_html.ex

9 lines
178 B
Elixir

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