comfycamp/lib/comfycamp_web/controllers/blog_html.ex

9 lines
178 B
Elixir
Raw Normal View History

2024-07-23 18:51:58 +05:00
defmodule ComfycampWeb.BlogHTML do
@moduledoc """
This module contains pages rendered by BlogController.
"""
use ComfycampWeb, :html
embed_templates "blog_html/*"
end