mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
<div class=["app-stateful-rerender", state.className]>
|
|
Hello ${state.name}! You have ${state.count} new messages.
|
|
<ul>
|
|
<li>
|
|
foo: ${state.foo}
|
|
</li>
|
|
<li>
|
|
hello: ${state.hello}
|
|
</li>
|
|
</ul>
|
|
</div> |