comfycamp/lib/comfycamp_web/controllers/cinema_html.ex

9 lines
184 B
Elixir

defmodule ComfycampWeb.CinemaHTML do
@moduledoc """
This module contains pages rendered by CinemaController.
"""
use ComfycampWeb, :html
embed_templates "cinema_html/*"
end