comfycamp/lib/comfycamp_web/controllers/main_html.ex

9 lines
182 B
Elixir

defmodule ComfycampWeb.MainHTML do
@moduledoc """
This module contains pages rendered by ServicesController.
"""
use ComfycampWeb, :html
embed_templates "main_html/*"
end