<turbo-stream action="append" target="home_fixtures_list"><template>
      <div class="rounded-xl border border-white/10 bg-white/[0.03] p-3">
    <div class="flex items-start justify-between gap-3">
  <div class="min-w-0 flex-1">
    <div class="flex flex-wrap items-center gap-2">
      <p class="text-xs font-medium text-red-300/90">Sun 11 Oct · 12:00 AM</p>
      <span class="rounded-md bg-white/10 px-2 py-0.5 text-[10px] font-medium text-white/65">Friendlies</span>
    </div>
    <p class="mt-1.5 text-sm leading-snug">
        <span class="font-medium text-white">Wagenge FC</span>
  <span class="font-normal text-white/40"> vs </span>
  <span class="font-medium text-white">WESTERN TRIP</span>

    </p>
    <p class="mt-1 truncate text-xs text-white/45">TBD</p>
  </div>
</div>

  </div>

      <div class="rounded-xl border border-white/10 bg-white/[0.03] p-3">
    <div class="flex items-start justify-between gap-3">
  <div class="min-w-0 flex-1">
    <div class="flex flex-wrap items-center gap-2">
      <p class="text-xs font-medium text-red-300/90">Sun 18 Oct · 10:05 AM</p>
      <span class="rounded-md bg-white/10 px-2 py-0.5 text-[10px] font-medium text-white/65">League</span>
    </div>
    <p class="mt-1.5 text-sm leading-snug">
        <span class="font-medium text-white">Wagenge FC</span>
  <span class="font-normal text-white/40"> vs </span>
  <span class="font-medium text-white">Masters FC</span>

    </p>
    <p class="mt-1 truncate text-xs text-white/45">Imani Grounds, Ruiru</p>
  </div>
</div>

  </div>

      <div class="rounded-xl border border-white/10 bg-white/[0.03] p-3">
    <div class="flex items-start justify-between gap-3">
  <div class="min-w-0 flex-1">
    <div class="flex flex-wrap items-center gap-2">
      <p class="text-xs font-medium text-red-300/90">Sun 25 Oct · 12:00 AM</p>
      <span class="rounded-md bg-white/10 px-2 py-0.5 text-[10px] font-medium text-white/65">Training</span>
    </div>
    <p class="mt-1.5 text-sm leading-snug">
        <span class="font-medium text-white">Training session</span>

    </p>
    <p class="mt-1 truncate text-xs text-white/45">TBD - INTERNAL FRIENDLY</p>
  </div>
</div>

  </div>

</template></turbo-stream>
<turbo-stream action="replace" target="home_fixtures_load_more"><template>
  <div id="home_fixtures_load_more" class="mt-4 border-t border-white/10 pt-4">
</div>

</template></turbo-stream>