<turbo-stream action="append" target="home_results_list"><template>
    <a class="block rounded-xl border border-white/10 bg-white/[0.03] p-3 transition hover:border-white/20 hover:bg-white/[0.05]" href="/matches/1">
  <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">
      <span class="rounded-md px-2 py-0.5 text-[10px] font-bold uppercase bg-amber-500/20 text-amber-300">D</span>
      <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-2 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">Murang’a TTI</span>

    </p>
    <p class="mt-2 text-lg font-bold tabular-nums text-white">
      1 - 1
    </p>
      <p class="mt-1 text-xs text-amber-300/85">MoTM · Manu</p>
      <p class="mt-0.5 text-xs text-white/40">Maragua Pri. School</p>
  </div>
  <span class="shrink-0 text-xs text-white/40">1 Feb</span>
</div>

</a>
    <a class="block rounded-xl border border-white/10 bg-white/[0.03] p-3 transition hover:border-white/20 hover:bg-white/[0.05]" href="/matches/15">
  <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">
      <span class="rounded-md px-2 py-0.5 text-[10px] font-bold uppercase bg-amber-500/20 text-amber-300">D</span>
      <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-2 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">Nairobi Legends</span>

    </p>
    <p class="mt-2 text-lg font-bold tabular-nums text-white">
      2 - 2
    </p>
      <p class="mt-1 text-xs text-amber-300/85">MoTM · Scritchez</p>
      <p class="mt-0.5 text-xs text-white/40">Kenya School of TVET, Gigiri</p>
  </div>
  <span class="shrink-0 text-xs text-white/40">25 Jan</span>
</div>

</a>
    <a class="block rounded-xl border border-white/10 bg-white/[0.03] p-3 transition hover:border-white/20 hover:bg-white/[0.05]" href="/matches/14">
  <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">
      <span class="rounded-md px-2 py-0.5 text-[10px] font-bold uppercase bg-emerald-500/20 text-emerald-300">W</span>
      <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-2 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">TVET FC</span>

    </p>
    <p class="mt-2 text-lg font-bold tabular-nums text-white">
      1 - 0
    </p>
      <p class="mt-1 text-xs text-amber-300/85">MoTM · Oscar</p>
      <p class="mt-0.5 text-xs text-white/40">Kenya School of TVET, Gigiri</p>
  </div>
  <span class="shrink-0 text-xs text-white/40">25 Jan</span>
</div>

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

</template></turbo-stream>