Skip to content

Instantly share code, notes, and snippets.

@tetsuo
Last active July 14, 2017 02:44
Show Gist options
  • Save tetsuo/4baf4ad337c8c8ddcbfa0d40240d8c2e to your computer and use it in GitHub Desktop.
Save tetsuo/4baf4ad337c8c8ddcbfa0d40240d8c2e to your computer and use it in GitHub Desktop.
xus-example-layout.html
<div>
<p>You have completed <b>{completedCount}</b> of your tasks.</p>
<p><b>Click on more tasks to finish them!</b></p>
<ul>
{#todos}
<li class="{#done}finished{/done}" onclick="toggle">{title}</li>
{/todos}
</ul>
<div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment