defmodule Nex.Partial do @moduledoc """ Partial module for reusable UI components. Partials have NO HTTP routes - they are pure components that can be imported and used in Pages. ## Usage # src/partials/todos/item.ex defmodule MyApp.Partials.Todos.Item do use Nex.Partial def todo_item(assigns) do ~H\"\"\"