defmodule MonoTab.Pages.Index do use Tableau.Page, layout: MonoTab.RootLayout, permalink: "/" use Phoenix.Component def template(assigns) do ~H"""

Welcome

A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator.

""" end end