mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 04:23:12 +03:00
8 lines
248 B
HTML
8 lines
248 B
HTML
<li data-id="{{ id }}"{% if completed %} class="completed"{% endif %}>
|
|
<div class="view">
|
|
<input class="toggle" type="checkbox"{% if completed %} checked{% endif %}>
|
|
<label>{{ title }}</label>
|
|
<button class="destroy"></button>
|
|
</div>
|
|
</li>
|