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

Welcome to Llmex Blog

A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator. Explore our latest posts and insights on functional programming, web development, and more.

""" end end