0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
svelte/test/server-side-rendering/component-data-static/Widget.html
2016-12-07 12:03:10 -05:00

3 lines
57 B
HTML

<p>foo: {{foo}}</p>
<p>baz: {{baz}} ({{typeof baz}})</p>