6 lines
126 B
Elixir
6 lines
126 B
Elixir
|
|
defmodule EzcontainerRailwayWeb.ContainerHTML do
|
||
|
|
use EzcontainerRailwayWeb, :html
|
||
|
|
|
||
|
|
embed_templates "container_html/*"
|
||
|
|
end
|