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

Browse through our collection of articles on Elixir, functional programming, web development, and software engineering best practices.

Categories

All Posts Elixir Phoenix Functional Programming Web Development
""" end end