defmodule ScopesWeb.DemoHTML do use ScopesWeb, :html embed_templates "demo_html/*" def index(assigns) do ~H""" Hello World! """ end end