defmodule Website.AboutPage do use Tableau.Page, layout: Website.PageLayout, permalink: "/about", title: "About" use Phoenix.Component def template(assigns) do ~H"""

There is going to be something here, but for now there is not.

""" end end