defmodule IngotWeb.Live.Components.SampleComponent do use IngotWeb, :live_component @impl true def render(assigns) do ~H"""

NARRATIVE A:

{@sample.narrative_a}

NARRATIVE B:

{@sample.narrative_b}

SYNTHESIS:

{@sample.synthesis}

""" end end