init
This commit is contained in:
10
lib/modern_base_web/controllers/page_html.ex
Normal file
10
lib/modern_base_web/controllers/page_html.ex
Normal file
@ -0,0 +1,10 @@
|
||||
defmodule ModernBaseWeb.PageHTML do
|
||||
@moduledoc """
|
||||
This module contains pages rendered by PageController.
|
||||
|
||||
See the `page_html` directory for all templates available.
|
||||
"""
|
||||
use ModernBaseWeb, :html
|
||||
|
||||
embed_templates "page_html/*"
|
||||
end
|
Reference in New Issue
Block a user