defmodule PodcastFeedWeb.PageController do use PodcastFeedWeb, :controller def index(conn, _params) do render(conn, "index.html") end end