mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 05:30:52 +00: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>
|