defmodule MicrowavepropWeb.PageHTML do @moduledoc """ Page templates for the static-page controller (`PageController`). """ use MicrowavepropWeb, :html embed_templates "page_html/*" end