816552e735
req: htmx_equivalents/002 req: dx/008 req: list/003 req: examples/001
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
<section +class="self.class" +data-lane="self.lane_id" +data-hid="self.move_handle" data-slhx-on="drop">
|
|
<h3>{+ self.title +}</h3>
|
|
<p>{+ self.description +}</p>
|
|
<template h-for="card in &self.cards">
|
|
{+ card +}
|
|
</template>
|
|
</section>
|